Skip to content

Commit bd2049f

Browse files
[fix](build): change resume to pandoc
Signed-off-by: Ralph Hightower <32745442+RalphHightower@users.noreply.github.com>
1 parent c0616db commit bd2049f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ name: build-pandoc files
66
on:
77
# Triggers the workflow on push or pull request events but only for the master branch
88
push:
9-
branches: [ master ]
9+
branches: [ main ]
1010
paths:
1111
- 'markdown/**'
1212

1313
# Allows you to run this workflow manually from the Actions tab
1414
workflow_dispatch:
1515

1616
jobs:
17-
build-resume:
17+
build-pandoc:
1818
runs-on: ubuntu-latest
1919
steps:
2020
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it

0 commit comments

Comments
 (0)