We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64f0328 commit a6b3901Copy full SHA for a6b3901
.github/workflows/build.yml
@@ -1,6 +1,8 @@
1
name: Build pipeline
2
on:
3
push:
4
+ branches:
5
+ - "**"
6
pull_request:
7
release:
8
types: [released]
0 commit comments