We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa0815d commit 225b3f8Copy full SHA for 225b3f8
1 file changed
.github/workflows/build-commit.yml
@@ -1,9 +1,5 @@
1
name: Build
2
-on:
3
- push:
4
- branches:
5
- - master
6
- - '*'
+on: [push, pull_request]
7
jobs:
8
build:
9
0 commit comments