1
0
mirror of synced 2024-11-21 20:46:07 +03:00

Switch to only deploying when pushing to develop/master

Hopefully this still allows the release trigger to work, but this is relying on undocumented behaviour that nobody else appears to have tried.
This commit is contained in:
Kevin Brown 2019-09-11 21:13:28 -04:00
parent 748d279107
commit 7b1367c6a0

View File

@ -1,10 +1,10 @@
name: Package Deployment
on:
push: ~
# branches:
# - develop
# - master
push:
branches:
- develop
- master
release: ~
jobs: