Skip to content

Commit c76c43a

Browse files
committed
[CI] Fix path triggers for workflow publishing Quarto presentation
1 parent 8576a4b commit c76c43a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/BuildPublish.yml renamed to .github/workflows/QuartoBuildPublish.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
name: Build and Publish
1+
name: Build and Publish Quarto Presentation
22

33
on:
44
pull_request:
55
paths:
6-
- '.github/workflows/BuildPublish.yml'
7-
- 'presentations/intro-julia'
6+
- '.github/workflows/QuartoBuildPublish.yml'
7+
- 'presentations/intro-julia/**'
88
push:
99
branches:
1010
- main
1111
paths:
12-
- '.github/workflows/BuildPublish.yml'
13-
- 'presentations/intro-julia'
12+
- '.github/workflows/QuartoBuildPublish.yml'
13+
- 'presentations/intro-julia/**'
1414
workflow_dispatch:
1515

1616
concurrency:
@@ -20,7 +20,7 @@ concurrency:
2020
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
2121

2222
jobs:
23-
build-publish:
23+
build-publish-quarto:
2424
timeout-minutes: 20
2525

2626
permissions:

0 commit comments

Comments
 (0)