Skip to content

Commit

Permalink
Merge pull request #5 from infracloudio/fix/gh-action-pr-trigger-branch
Browse files Browse the repository at this point in the history
fixes gh-action pr trigger base branch to main
  • Loading branch information
Hashfyre authored Jan 15, 2024
2 parents f43bebf + a5b7223 commit c5fefcc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ on:
pull_request:
types: [opened]
branches:
- 'f/**'
- 'fix/**'
- 'main'
workflow_dispatch:

permissions:
Expand Down

0 comments on commit c5fefcc

Please sign in to comment.