Skip to content

Commit

Permalink
Merge pull request #12 from clingen-data-model/github-action-deploy-o…
Browse files Browse the repository at this point in the history
…n-push

Modify workflow to deploy on push
  • Loading branch information
toneillbroad authored Mar 8, 2024
2 parents cd76c79 + a76847c commit 0946b2e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/deploy-job-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,9 @@ name: Deploy Job
run-name: Deploy ${{ github.event.workflow_run.head_branch }} by @${{ github.actor }}

on:
workflow_run:
workflows: ["CI"]
types:
- completed
push:
branches:
- main
- cloud-run-job-invocation

permissions:
id-token: write
Expand Down

0 comments on commit 0946b2e

Please sign in to comment.