Merge branch 'master' into master

This commit is contained in:
Mayank Parkar 2023-10-05 09:17:28 +05:30 committed by GitHub
commit c86d9df966
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@ on:
# │ │ │ │ │ # │ │ │ │ │
# * * * * * # * * * * *
- cron: '0 0 * * *' - cron: '0 0 * * *'
workflow_dispatch:
jobs: jobs:
build: build:
if: github.repository == 'TheAlgorithms/C-Plus-Plus' # We only need this to run in our repository. if: github.repository == 'TheAlgorithms/C-Plus-Plus' # We only need this to run in our repository.