@@ -6,13 +6,13 @@ name: Docker
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
- develop
|
||||
tags:
|
||||
- "v*.*.*"
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
- develop
|
||||
|
||||
jobs:
|
||||
@@ -85,9 +85,9 @@ jobs:
|
||||
# Store that whole URL as the Actions secret ARCANE_WEBHOOK_URL. The
|
||||
# endpoint is unauthenticated apart from the token in the path (rate-limited
|
||||
# to 60 req / 10s per IP), takes no body, and only fires on real pushes to
|
||||
# main — not on PRs, and skipped automatically if the secret is unset.
|
||||
# master — not on PRs, and skipped automatically if the secret is unset.
|
||||
- name: Trigger Arcane deployment
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
|
||||
env:
|
||||
ARCANE_WEBHOOK_URL: ${{ secrets.ARCANE_WEBHOOK_URL }}
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user