build and deploy only on pushes to master branch
This commit is contained in:
parent
a2f10544c6
commit
112bed5165
1 changed files with 4 additions and 1 deletions
5
.github/workflows/deploy-gh-pages.yml
vendored
5
.github/workflows/deploy-gh-pages.yml
vendored
|
@ -1,5 +1,8 @@
|
|||
name: Build and Deploy
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue