workflows: build on push to master/exampleSite
This commit is contained in:
parent
1a980f1dcb
commit
04fb367d2e
|
@ -1,7 +1,12 @@
|
|||
name: Build GH-Pages
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- exampleSite
|
||||
workflow_dispatch:
|
||||
# manual run
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
|
Loading…
Reference in New Issue