mirror of
https://github.com/kou029w/nodejs-hands-on.git
synced 2025-02-22 16:35:55 +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
|
name: github-pages
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: main
|
||||||
jobs:
|
jobs:
|
||||||
main:
|
main:
|
||||||
permissions:
|
permissions:
|
||||||
|
|
Loading…
Add table
Reference in a new issue