Update edge_ghpage.yml
Restrict building of GH Pages to main / master branch & workflow dispatch
This commit is contained in:
parent
efbf9cf693
commit
2f1e5aa6c5
8
.github/workflows/edge_ghpage.yml
vendored
8
.github/workflows/edge_ghpage.yml
vendored
@ -1,5 +1,11 @@
|
|||||||
name: Build and Deploy Edge version to GH Pages
|
name: Build and Deploy Edge version to GH Pages
|
||||||
on: [push]
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-deploy:
|
build-and-deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user