Prod only as target

pull/932/head
Chris 3 years ago
parent edfc367142
commit a4a5438fce

@ -1,10 +1,10 @@
name: Release Checks
name: Package Checks
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
# events but only for the prod branch
on:
pull_request:
branches: [ master ]
branches: [ prod ]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
@ -42,4 +42,4 @@ jobs:
- name: Building Restock package
run: python build-deploy/src/package.py --f "Distribution/Restock/.mod_data.yml"
- name: Building Restock+ package
run: python build-deploy/src/package.py --f "Distribution/Restock/.mod_data.yml"
run: python build-deploy/src/package.py --f "Distribution/Restock/.mod_data.yml"

@ -1,10 +1,10 @@
name: Build and Deploy
name: Package and Deploy
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
# events but only for the prod branch
on:
push:
branches: [ master ]
branches: [ prod ]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:

Loading…
Cancel
Save