Skip to content

Commit

Permalink
add additional conditions for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
thearyadev committed Dec 24, 2023
1 parent 136ee63 commit 84c6b71
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests_and_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,10 @@ jobs:

build_and_publish:
runs-on: ubuntu-latest
needs: tests
needs:
- tests
- docker-server-buildable
- docker-frontend-buildable
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 84c6b71

Please sign in to comment.