mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-21 17:43:23 +01:00
Fix workflow syntax for multiple conditions
This commit is contained in:
parent
9df50d42e4
commit
2513ffc6cc
1 changed files with 2 additions and 1 deletions
3
.github/workflows/issues.yml
vendored
3
.github/workflows/issues.yml
vendored
|
@ -3,7 +3,8 @@ name: Issue
|
|||
on:
|
||||
issues:
|
||||
types:
|
||||
- [opened, transferred]
|
||||
- opened
|
||||
- transferred
|
||||
|
||||
jobs:
|
||||
add-to-project:
|
||||
|
|
Loading…
Reference in a new issue