We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9050742 commit 7747d53Copy full SHA for 7747d53
.github/workflows/build_pr.yml
@@ -1,6 +1,9 @@
1
name: Build PR
2
3
on:
4
+ push:
5
+ branches-ignore:
6
+ - master # For master, we use special BE build workflow
7
pull_request:
8
branches:
9
- master
0 commit comments