Skip to content

Commit

Permalink
only run on tags, since can take longer than tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sgbaird committed May 28, 2022
1 parent 91a8e6c commit 093677d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ name: "CodeQL"

on:
push:
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
# branches: [ main ]
tags: ["v*"]
# pull_request:
# # The branches below must be a subset of the branches above
# branches: [ main ]
schedule:
- cron: '41 6 * * 6'

Expand Down

0 comments on commit 093677d

Please sign in to comment.