Skip to content

Commit

Permalink
Update GitHub Workflow triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Apr 14, 2024
1 parent 4a0b73d commit 6c65874
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 17 deletions.
1 change: 0 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
# The branches below must be a subset of the branches above
pull_request:
branches:
- main
Expand Down
15 changes: 7 additions & 8 deletions .github/workflows/cs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@ name: Code Style

on:
push:
branches:
- main
- 'feature/**'
- 'release/**'
- 'fix/**'
# The branches below must be a subset of the branches above
branches-ignore:
# These should always correspond to pull requests, so ignore them for
# the push trigger and let them be triggered by the pull_request
# trigger, avoiding running the workflow twice. This is a minor
# optimization so there's no need to ensure this is comprehensive.
- 'dependabot/**'
pull_request:
branches:
- main
types: [opened, synchronize, reopened]

jobs:
lint:
Expand Down
15 changes: 7 additions & 8 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@ name: Playwright

on:
push:
branches:
- main
- 'feature/**'
- 'release/**'
- 'fix/**'
# The branches below must be a subset of the branches above
branches-ignore:
# These should always correspond to pull requests, so ignore them for
# the push trigger and let them be triggered by the pull_request
# trigger, avoiding running the workflow twice. This is a minor
# optimization so there's no need to ensure this is comprehensive.
- 'dependabot/**'
pull_request:
branches:
- main
types: [opened, synchronize, reopened]

jobs:
test:
Expand Down

0 comments on commit 6c65874

Please sign in to comment.