Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/development'
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyTWF committed Mar 29, 2023
2 parents c39a379 + 1cc0f12 commit 1199ed5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,14 @@ jobs:
run: npx semantic-release

update-deploy-reference:
name: "Update Deploy App Reference"
name: "Trigger Docker Build"
runs-on: ubuntu-latest
if: github.event_name == 'push' && (github.ref == 'refs/heads/development' || github.ref == 'refs/heads/main')
needs: [ test ]
steps:
- name: Dispatch
uses: benc-uk/workflow-dispatch@v1
with:
workflow: update-flow.yml
workflow: build.yml
repo: ECFMP/flow_docker
token: ${{ secrets.DOCKER_WORKFLOW_TOKEN }}

0 comments on commit 1199ed5

Please sign in to comment.