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