Merge pull request #55 from HideyoshiNakazone/fixes-deploy-dispatcher

Fixes Deploy Dispatcher
This commit is contained in:
2023-10-24 20:47:33 -03:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ jobs:
name: Build name: Build
environment: prod environment: prod
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Set up Python 3.8 - name: Set up Python 3.8

View File

@@ -12,6 +12,7 @@ jobs:
name: Build name: Build
environment: staging environment: staging
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: github.ref == 'refs/heads/staging'
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Set up Python 3.8 - name: Set up Python 3.8