Skip to content

Commit

Permalink
Deploy on push.
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed Jan 27, 2021
1 parent fc30c54 commit 8d208b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/three_x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ jobs:
needs: [run_cli, run_cli_mariadb]
name: "Deploy 📦 to the PyPi"

if: github.event_name == 'push' && github.ref == 'refs/heads/dev'
if: github.event_name == 'push'

runs-on: "${{ matrix.os }}"

Expand Down Expand Up @@ -270,7 +270,7 @@ jobs:
needs: [run_cli, run_cli_mariadb]
name: "Deploy 📦 to the Docker Hub"

if: github.event_name == 'push' && github.ref == 'refs/heads/dev'
if: github.event_name == 'push'

runs-on: "${{ matrix.os }}"

Expand Down

0 comments on commit 8d208b6

Please sign in to comment.