Skip to content

Commit

Permalink
Update trigger-artifact.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanbueno-jcc authored Jul 21, 2023
1 parent 5e14705 commit cf27c0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trigger-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Trigger artifact build

on:
push:
branches: [ 1.x, 2.x ]
branches: [ 2.x ]

jobs:
build:
Expand All @@ -13,4 +13,4 @@ jobs:
curl -X POST https://api.github.com/repos/JudicialCouncilOfCalifornia/courtyard-artifact/dispatches \
-H 'Accept: application/vnd.github.everest-preview+json' \
-u ${{ secrets.CourtyardArtifactToken }} \
--data '{"event_type": "trigger-build", "client_payload": {}}'
--data '{"event_type": "trigger-build-2x", "client_payload": {}}'

0 comments on commit cf27c0d

Please sign in to comment.