Skip to content

Commit

Permalink
update branches to trigger. send ref with the trigger event
Browse files Browse the repository at this point in the history
  • Loading branch information
geohacker committed Feb 1, 2024
1 parent 1a7cd13 commit 1f62e86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/trigger-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ on:
push:
branches:
- 'develop'
- 'main'
- 'add/select-mosaic'
- 'v2'
- 'test-trigger'
jobs:
trigger-deploy:
runs-on: ubuntu-latest
Expand All @@ -15,6 +15,6 @@ jobs:
with:
workflow: frontend-staging.yml
repo: developmentseed/pearl-reforestamos-deploy
inputs: '{ "commit": "${{ github.event.after }}" }'
inputs: '{ "commit": "${{ github.event.after }}", "branch": "${{ github.ref }}" }'
ref: main
token: ${{ secrets.PAT }}

0 comments on commit 1f62e86

Please sign in to comment.