Now releases trigger `kicad_auto` not just `kicad_auto_test`

This commit is contained in:
Salvador E. Tropea 2022-05-10 13:24:04 -03:00
parent 9b9a63dd39
commit d529a2ec58
1 changed files with 8 additions and 2 deletions

View File

@ -7,10 +7,16 @@ on:
- "v1_k6"
- "v2"
- "v2_k6"
- "v2_d"
- "v2_dk6"
- "v3"
- "v3_k6"
- "v3_d"
- "v3_dk6"
- "v4"
- "v4_k6"
- "v4_d"
- "v4_dk6"
jobs:
check:
@ -86,6 +92,6 @@ jobs:
- name: Trigger kicad_auto image build
run: |
curl -X POST -u "${{secrets.PAT_USERNAME}}:${{secrets.PAT_TOKEN}}" -H "Accept: application/vnd.github.v3+json" -H "Content-Type: application/json" https://api.github.com/repos/INTI-CMNB/kicad_auto_test/dispatches --data '{"event_type": "build_k5"}'
curl -X POST -u "${{secrets.PAT_USERNAME}}:${{secrets.PAT_TOKEN}}" -H "Accept: application/vnd.github.v3+json" -H "Content-Type: application/json" https://api.github.com/repos/INTI-CMNB/kicad_auto_test/dispatches --data '{"event_type": "build_k6"}'
curl -X POST -u "${{secrets.PAT_USERNAME}}:${{secrets.PAT_TOKEN}}" -H "Accept: application/vnd.github.v3+json" -H "Content-Type: application/json" https://api.github.com/repos/INTI-CMNB/kicad_auto/dispatches --data '{"event_type": "build_k5"}'
curl -X POST -u "${{secrets.PAT_USERNAME}}:${{secrets.PAT_TOKEN}}" -H "Accept: application/vnd.github.v3+json" -H "Content-Type: application/json" https://api.github.com/repos/INTI-CMNB/kicad_auto/dispatches --data '{"event_type": "build_k6"}'