forked from ctmesh/web
fix deploy workflow to not push our staging site to prod :D
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
name: Deploy Pages
|
||||
on: push
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user