There was an error while loading. Please reload this page.
1 parent af0f338 commit 190bc62Copy full SHA for 190bc62
2 files changed
.github/workflows/ci.yml
@@ -4,10 +4,18 @@ on:
4
push:
5
branches:
6
- main
7
+ paths-ignore:
8
+ - '**.md'
9
+ - 'doc/**'
10
+ - 'LICENSE'
11
12
pull_request:
13
14
15
16
17
18
19
20
# Cancel any in-progress run for the same ref (branch/PR) when a new commit is pushed.
21
concurrency:
.github/workflows/zizmor.yaml
@@ -4,9 +4,13 @@ on:
+ paths:
+ - '.github/workflows/**'
- '**'
permissions: {}
0 commit comments