Skip to content

Commit

Permalink
workflows: deploy: avoid automation false promises
Browse files Browse the repository at this point in the history
GitHub only triggers `workflow_run` events in the default branch, so don't pretend they'll work here.
  • Loading branch information
ES-Alexander authored Nov 25, 2024
1 parent 860f992 commit 32fda6b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ on:
# pull_request:
# types: [opened, synchronize, reopened, closed]
workflow_dispatch:
workflow_run:
workflows: ["Sync Submodules"]
types: [completed]
branches: ["1.0"]

jobs:
build:
Expand Down

0 comments on commit 32fda6b

Please sign in to comment.