Skip to content

Commit

Permalink
fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner-ricks committed Oct 31, 2024
1 parent 510a663 commit 68ffc77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ on:
workflow_call:
push:
# branches: [ "main", "preview" ]
branches: [ "preview" ]
branches: "preview"
workflow_call:
pull_request:
# branches: [ "main", "preview" ]
branches: [ "preview" ]
branches: "preview"
schedule:
- cron: '45 9 * * 4'

Expand Down

0 comments on commit 68ffc77

Please sign in to comment.