Skip to content

Commit

Permalink
T6564: workflow trigger restriction for sagitta
Browse files Browse the repository at this point in the history
  • Loading branch information
kumvijaya authored Jul 8, 2024
1 parent 14d951f commit e6d765e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
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:
- sagitta
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:
- sagitta
paths:
- '**'
- '!.github/**'
- '!**/*.md'
workflow_dispatch:

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

0 comments on commit e6d765e

Please sign in to comment.