adds additional type on pullrequest to capture changes in a pr
Gitea Actions Demo / testing (pull_request) Successful in 7s
Details
Gitea Actions Demo / testing (pull_request) Successful in 7s
Details
parent
b54d21b7e7
commit
ea9016533f
|
|
@ -2,7 +2,7 @@ name: Gitea Actions Demo
|
||||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened]
|
types: [synchronize]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
testing:
|
testing:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue