We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d483c4 commit 6632208Copy full SHA for 6632208
.github/workflows/ci.yml
@@ -1,5 +1,10 @@
1
name: ci
2
-on: push
+on:
3
+ push:
4
+ branches:
5
+ - master
6
+ paths:
7
+ - src
8
jobs:
9
test:
10
runs-on: ubuntu-20.04
.github/workflows/codeql.yml
@@ -14,9 +14,15 @@ name: "CodeQL"
14
on:
15
push:
16
branches: [ master ]
17
18
19
+ - .github/workflows/codeql.yml
20
pull_request:
21
# The branches below must be a subset of the branches above
22
23
24
25
26
27
28
analyze:
0 commit comments