Skip to content

Commit 0ff24ef

Browse files
authored
docs: update workflow triggers list (#14)
1 parent 26a38dd commit 0ff24ef

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

README.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88
Supported event triggers:
99

10-
- `issue_comment`
11-
- `merge_group`
1210
- `push`
11+
- `merge_group`
12+
- `issue_comment`
1313
- `workflow_dispatch`
1414
- `pull_request` (of course!)
1515

@@ -23,9 +23,10 @@ Supported event triggers:
2323

2424
```yaml
2525
on:
26-
issue_comment:
27-
merge_group:
2826
push:
27+
merge_group:
28+
issue_comment:
29+
workflow_dispatch:
2930

3031
jobs:
3132
test:
@@ -84,12 +85,6 @@ View [all notable changes](https://github.com/op5dev/current-pr/releases "Releas
8485

8586
</br>
8687

87-
### To-Do
88-
89-
- Workflow event triggers like `workflow_dispatch`, and `workflow_run` (fork) will be added in upcoming releases.
90-
91-
</br>
92-
9388
## License
9489

9590
- This project is licensed under the permissive [Apache License 2.0](LICENSE "Apache License 2.0.").

0 commit comments

Comments
 (0)