Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
james-otten committed Jan 7, 2025
1 parent 68743f8 commit 53d1f73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish and Deploy

on:
push:
branches: [ main, james/readinessProbe ]
branches: [ main ]
workflow_dispatch:
branches:
- main
Expand Down Expand Up @@ -50,8 +50,8 @@ jobs:
with:
environment: dev3
secrets: inherit
#needs: push_to_registry
#if: github.ref == 'refs/heads/main'
needs: push_to_registry
if: github.ref == 'refs/heads/main'

integration_test_dev3:
name: Integration test dev 3
Expand Down

0 comments on commit 53d1f73

Please sign in to comment.