mirror of
https://github.com/kou029w/nodejs-hands-on.git
synced 2025-02-22 08:25:56 +00:00
CI: Update GitHub Pages workflow to simplify branch specification
This commit is contained in:
parent
aef7a6e38c
commit
b349f2e778
1 changed files with 1 additions and 1 deletions
2
.github/workflows/github-pages.yml
vendored
2
.github/workflows/github-pages.yml
vendored
|
@ -1,7 +1,7 @@
|
|||
name: github-pages
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
branches: main
|
||||
jobs:
|
||||
main:
|
||||
permissions:
|
||||
|
|
Loading…
Add table
Reference in a new issue