Skip to content

Commit 6632208

Browse files
committed
update workflows
1 parent 4d483c4 commit 6632208

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: ci
2-
on: push
2+
on:
3+
push:
4+
branches:
5+
- master
6+
paths:
7+
- src
38
jobs:
49
test:
510
runs-on: ubuntu-20.04

.github/workflows/codeql.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,15 @@ name: "CodeQL"
1414
on:
1515
push:
1616
branches: [ master ]
17+
paths:
18+
- src
19+
- .github/workflows/codeql.yml
1720
pull_request:
1821
# The branches below must be a subset of the branches above
1922
branches: [ master ]
23+
paths:
24+
- src
25+
- .github/workflows/codeql.yml
2026

2127
jobs:
2228
analyze:

0 commit comments

Comments
 (0)