diff --git a/.github/workflows/scc.yml b/.github/workflows/scc.yml --- a/.github/workflows/scc.yml +++ b/.github/workflows/scc.yml @@ -2,11 +2,12 @@ name: Succinct Code Counter # Controls when the workflow will run on: - schedule: + # schedule: # Every 7 Days - - cron: 0 0 */7 * * + #- cron: 0 0 */7 * * # Allows you to run this workflow manually from the Actions tab workflow_dispatch: + push: jobs: