Merge branch 'master' into master

This commit is contained in:
Brennan Allen 2023-10-09 15:20:05 -05:00 committed by GitHub
commit d7bdf07071
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.