Skip to content

Commit

Permalink
Trigger workflows on push to tester branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxcode123 committed Feb 16, 2024
1 parent 410f9c6 commit f7d69a7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doctest-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_call:
workflow_dispatch:
push:
branches: ["main", "feature/*"]
branches: ["main", "tester/*"]
pull_request:
branches: ["main"]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_call:
workflow_dispatch:
push:
branches: ["main", "feature/*"]
branches: ["main", "tester/*"]
pull_request:
branches: ["main"]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_call:
workflow_dispatch:
push:
branches: ["main", "feature/*"]
branches: ["main", "tester/*"]
pull_request:
branches: ["main"]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/type-check-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_call:
workflow_dispatch:
push:
branches: ["main", "feature/*"]
branches: ["main", "tester/*"]
pull_request:
branches: ["main"]

Expand Down

0 comments on commit f7d69a7

Please sign in to comment.