Skip to content

Commit bf486b1

Browse files
on.push.branches matches the main branch
1 parent 318c8a2 commit bf486b1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ name: Deploy to GitHub Pages
66
on:
77
# Triggers the workflow on push or pull request events but only for the "main" branch
88
push:
9-
branches: [ "main" ]
9+
branches:
10+
- main
1011
pull_request:
11-
branches: [ "main" ]
12+
branches:
13+
- main
1214

1315
# Allows you to run this workflow manually from the Actions tab
1416
workflow_dispatch:

0 commit comments

Comments
 (0)