We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1259267 commit 161253fCopy full SHA for 161253f
4 files changed
.github/workflows/CI.yml
@@ -4,6 +4,8 @@ on:
4
push:
5
branches:
6
- main
7
+ paths:
8
+ - 'Sources/**'
9
10
concurrency:
11
group: ${{ github.workflow }}-${{ github.ref }}
.github/workflows/Dependabot.yml
@@ -3,7 +3,7 @@ name: Dependabot update commit
3
on:
pull_request:
paths:
- - 'Submodule/**'
+ - 'Submodule/**'
permissions:
contents: write
.github/workflows/Doc.yml
@@ -7,7 +7,7 @@ on:
- edited
- - 'main'
+ - main
12
- '.github/workflows/Doc.yml'
13
.github/workflows/jekyll-gh-pages.yml
0 commit comments