Skip to content

Commit

Permalink
fixed wrong branch in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
sberk42 committed May 17, 2023
1 parent 438243c commit b61ea2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
# the 1st condition
workflow_run:
workflows: ["re-release"]
branches: [main]
branches: [master]
types:
- completed

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/re-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "re-release"
on:
push:
branches:
- main
- master

jobs:
re-release:
Expand Down

0 comments on commit b61ea2b

Please sign in to comment.