Change action branches

This commit is contained in:
Layla 2020-04-26 00:48:45 -04:00
parent 89c10fffde
commit f68272add4
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ name: Push Develop Release
on:
push:
branches-ignore:
- develop
- master
jobs:
build:

View File

@ -4,7 +4,7 @@ name: Push Production Release
on:
push:
branches:
- develop
- master
jobs:
build: