Skip to content

Commit

Permalink
update branch name for gh-action
Browse files Browse the repository at this point in the history
  • Loading branch information
myname committed Oct 17, 2023
1 parent c169186 commit e05e188
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- master
- __master__

env:
PUBLISH_BRANCH: pycourse-page-prod
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- master
- __master__
pull_request:
merge_group:
types:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
workflow_dispatch:
push:
branches:
- master
- __master__
pull_request:
branches:
- master
- __master__

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: dependency review
on:
pull_request:
branches:
- master
- __master__
merge_group:
types:
- checks_requested
Expand Down

0 comments on commit e05e188

Please sign in to comment.