We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0616db commit bd2049fCopy full SHA for bd2049f
.github/workflows/main.yml
@@ -6,15 +6,15 @@ name: build-pandoc files
6
on:
7
# Triggers the workflow on push or pull request events but only for the master branch
8
push:
9
- branches: [ master ]
+ branches: [ main ]
10
paths:
11
- 'markdown/**'
12
13
# Allows you to run this workflow manually from the Actions tab
14
workflow_dispatch:
15
16
jobs:
17
- build-resume:
+ build-pandoc:
18
runs-on: ubuntu-latest
19
steps:
20
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
0 commit comments