Skip to content

Commit a4b86e8

Browse files
committed
update
1 parent 2f981ee commit a4b86e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-pandoc-resources.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1+
name: test-pandoc-resources
2+
13
on:
24
push:
35
branches:
46
- "*" # matches every branch that doesn't contain a '/'
57
- "*/*" # matches every branch containing a single '/'
68
- "**" # matches every branch
79
- "!master" # excludes master
8-
pull_request:
9-
branches: [master]
1010

1111
jobs:
12-
deploy-docs:
12+
build-docs-docs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)