Skip to content

Commit

Permalink
chore: add branches filter (FunctionX#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakir-code committed Mar 27, 2024
1 parent 4617a8d commit e523aea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
push:
branches:
- main
paths:
- '**.go'
pull_request:
branches:
- main
paths:
- '**.go'

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
- 'go.mod'
- 'go.sum'
pull_request:
branches:
- main
paths:
- '**.go'
- 'go.mod'
Expand Down

0 comments on commit e523aea

Please sign in to comment.