Skip to content

Commit

Permalink
swtich to develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
elinork committed Oct 25, 2023
1 parent 4e57320 commit dcb01f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/trigger-build-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@ name: Triggers build-cloud-gov workflow
on:
push:
branches:
- update-build-workflows
- develop

jobs:
trigger-build:
runs-on: ubuntu-latest
name: Triggers build on push with desired defaults

steps:
- name: Trigger cloud.gov build with descired inputs
- name: Trigger cloud.gov build with desired inputs
uses: actions/github-script@v6
with:
script: |
github.rest.actions.createWorkflowDispatch({
owner: 'USEPA',
repo: 'TADAShiny',
workflow_id: 'build-cloud-gov.yml',
ref: 'update-build-workflows',
ref: 'develop',
inputs: {
"build_deps": true,
"build_bins": false,
Expand Down

0 comments on commit dcb01f7

Please sign in to comment.