trigger pages workflow only on push to main
This commit is contained in:
9
.github/workflows/gh-pages.yml
vendored
9
.github/workflows/gh-pages.yml
vendored
@@ -1,10 +1,9 @@
|
|||||||
name: GitHub Pages
|
name: GitHub Pages
|
||||||
|
|
||||||
#on:
|
on:
|
||||||
# push:
|
push:
|
||||||
# branches:
|
branches:
|
||||||
# - main
|
- main
|
||||||
on: [pull_request, push]
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
gh-pages:
|
gh-pages:
|
||||||
|
|||||||
Reference in New Issue
Block a user