We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e6430f commit 90493eaCopy full SHA for 90493ea
.github/workflows/main.yaml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches:
6
- feature/* # Trigger build for feature branches
7
+ - master # Trigger build and deploy when code is pushed to master
8
pull_request:
9
10
- master # Trigger build when PR is merged into master
0 commit comments