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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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