Skip to content

Commit b5ae7ea

Browse files
committed
ci: fix branch trigger
1 parent 62c5f76 commit b5ae7ea

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy to GitHub Pages
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [master]
66
workflow_dispatch:
77

88
permissions:
@@ -14,7 +14,6 @@ concurrency:
1414
group: pages
1515
cancel-in-progress: true
1616

17-
1817
jobs:
1918
build:
2019
runs-on: ubuntu-latest
@@ -32,7 +31,7 @@ jobs:
3231
with:
3332
path: ~/.npm
3433
key: ${{ runner.os }}-node-${{ hashFiles('**/package.json') }}
35-
34+
3635
- name: Persist Eleventy .cache
3736
uses: actions/cache@v3
3837
with:

0 commit comments

Comments
 (0)