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