Skip to content

Commit

Permalink
T6564: workflow trigger restrctions for equuleus
Browse files Browse the repository at this point in the history
  • Loading branch information
kumvijaya authored Jul 8, 2024
1 parent a967d32 commit 0829174
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ on:
pull_request:
branches:
- equuleus
paths:
- '**'
- '!.github/**'
- '!**/*.md'

jobs:
package-build:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/check-unused-imports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ on:
pull_request_target:
branches:
- equuleus
paths:
- '**'
- '!.github/**'
- '!**/*.md'
workflow_dispatch:

permissions:
Expand Down
10 changes: 9 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,18 @@ on:
push:
branches:
- equuleus
pull_request:
paths:
- '**'
- '!.github/**'
- '!**/*.md'
pull_request_target:
# The branches below must be a subset of the branches above
branches:
- equuleus
paths:
- '**'
- '!.github/**'
- '!**/*.md'
schedule:
- cron: '22 10 * * 0'
workflow_dispatch:
Expand Down

0 comments on commit 0829174

Please sign in to comment.