Skip to content

Commit 3f7085c

Browse files
authored
Fix bug build workflow not executing debug+release builds on PRs to main branch (#16)
* Delete build.py * Update README.md * add git credentials for bot * Update build.yml
1 parent ddfe989 commit 3f7085c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: ['*'] # Trigger on push events for all branches
66
tags-ignore: ['*'] # Ignore push events on all tags
77
pull_request:
8-
branches: ['master'] # Trigger on pull requests to master
8+
branches: ['main'] # Trigger on pull requests to main
99
workflow_dispatch: # Allow manual triggering of workflow
1010

1111
jobs:

0 commit comments

Comments
 (0)