We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63cb6b0 commit 4f3ef28Copy full SHA for 4f3ef28
.github/workflows/build_and_push.yml
@@ -4,6 +4,8 @@ on:
4
push:
5
branches:
6
- 'master'
7
+ paths-ignore:
8
+ - '**.md'
9
10
jobs:
11
test:
.github/workflows/codeql-analysis.yml
@@ -14,9 +14,13 @@ name: "CodeQL"
14
on:
15
16
branches: [ "master" ]
17
18
19
pull_request:
20
# The branches below must be a subset of the branches above
21
22
23
24
schedule:
25
- cron: '29 3 * * 3'
26
0 commit comments