Skip to content

Commit 161253f

Browse files
committed
Update .github/workflows
1 parent 1259267 commit 161253f

File tree

4 files changed

+4
-53
lines changed

4 files changed

+4
-53
lines changed

.github/workflows/CI.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- main
7+
paths:
8+
- 'Sources/**'
79

810
concurrency:
911
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/Dependabot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Dependabot update commit
33
on:
44
pull_request:
55
paths:
6-
- 'Submodule/**'
6+
- 'Submodule/**'
77

88
permissions:
99
contents: write

.github/workflows/Doc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- edited
88
push:
99
branches:
10-
- 'main'
10+
- main
1111
paths:
1212
- '.github/workflows/Doc.yml'
1313

.github/workflows/jekyll-gh-pages.yml

-51
This file was deleted.

0 commit comments

Comments
 (0)