Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #870 from UnicacityAddon/bug/UCA-869-hotfix-branch…
Browse files Browse the repository at this point in the history
…es-cannot-trigger-build-action

bug/UCA-869-hotfix-branches-cannot-trigger-build-action
  • Loading branch information
rettichlp authored Sep 27, 2023
2 parents da21a75 + 3bab878 commit f0c5c03
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ "develop" ]
pull_request:
branches: [ "develop" ]
branches: [ "main", "develop" ]
workflow_dispatch:

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

jobs:
Expand Down

0 comments on commit f0c5c03

Please sign in to comment.