Skip to content

Commit 97ceeed

Browse files
committed
Exclude .github/release.yml from CI
1 parent d7434f1 commit 97ceeed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/continuous_integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- 'examples/**'
1010
- '**/*.md'
1111
- .github/dependabot.yml
12-
- .github/labeler.yml
12+
- .github/release.yml
1313
- .github/workflows/docs.yml
1414
- .github/workflows/dummy_ci.yml
1515
- .github/workflows/dependabot_auto.yml

.github/workflows/dummy_ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- 'examples/**'
1010
- '**/*.md'
1111
- .github/dependabot.yml
12-
- .github/labeler.yml
12+
- .github/release.yml
1313
- .github/workflows/docs.yml
1414
- .github/workflows/dummy_ci.yml
1515
- .github/workflows/dependabot_auto.yml

0 commit comments

Comments
 (0)