Skip to content

Commit

Permalink
trigger this CI only for commits to "stable30"
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Piskun <[email protected]>
  • Loading branch information
bigcat88 committed Oct 28, 2024
1 parent 3926365 commit 8f6a5db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Tests - Deploy
on:
pull_request:
push:
branches: [main]
branches: [stable30]

permissions:
contents: read
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/tests-special.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Tests Special
on:
pull_request:
push:
branches: [main]
workflow_dispatch:
branches: [stable30]

permissions:
contents: read
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Tests
on:
pull_request:
push:
branches: [main]
workflow_dispatch:
branches: [stable30]

permissions:
contents: read
Expand Down

0 comments on commit 8f6a5db

Please sign in to comment.