We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f038c4c commit 8f1d499Copy full SHA for 8f1d499
2 files changed
.github/workflows/ci.yml
@@ -8,6 +8,10 @@ on:
8
permissions:
9
contents: read
10
11
+concurrency:
12
+ group: ci-${{ github.workflow }}-${{ github.ref }}
13
+ cancel-in-progress: true
14
+
15
jobs:
16
lint:
17
name: Lint
.github/workflows/pages.yml
@@ -3,6 +3,11 @@ name: Deploy to GitHub Pages
3
on:
4
push:
5
branches: [main]
6
+ paths:
7
+ - '*.md'
+ - 'docs/**'
+ - '_config.yml'
+ - '.github/workflows/pages.yml'
workflow_dispatch:
0 commit comments