Skip to content

Commit

Permalink
Enable actions on workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
simonff committed Dec 29, 2023
1 parent 2fa0ec9 commit ac151b1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Binder Badge
on:
pull_request_target:
types: [opened]
workflow_dispatch:

permissions:
pull-requests: write
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: main
pull_request:
branches: '*'
workflow_dispatch:

jobs:
build:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches: ["main"]
pull_request:
branches: ["*"]
workflow_dispatch:

jobs:
check_release:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Update Playwright Snapshots
on:
issue_comment:
types: [created, edited]
workflow_dispatch:

permissions:
contents: write
Expand Down

0 comments on commit ac151b1

Please sign in to comment.