Skip to content

Commit

Permalink
Merge pull request #963 from CosmWasm/code_scanning_path
Browse files Browse the repository at this point in the history
Fix codeql analyzer branch config
  • Loading branch information
alpe authored Aug 25, 2022
2 parents 6423488 + 559ea2b commit 2618129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
paths:
- "**.go"
push:
branches: [ master ]
branches: [ main ]
paths:
- "**.go"

Expand Down

0 comments on commit 2618129

Please sign in to comment.