Update edge_ghpage.yml

Restrict building of GH Pages to main / master branch & workflow dispatch
This commit is contained in:
Dominik Fuchß
2021-09-16 00:57:39 +02:00
committed by GitHub
parent efbf9cf693
commit 2f1e5aa6c5
+7 -1
View File
@@ -1,5 +1,11 @@
name: Build and Deploy Edge version to GH Pages
on: [push]
on:
workflow_dispatch:
push:
branches:
- main
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest