mirror of
https://code.forgejo.org/actions/forgejo-release
synced 2024-11-22 02:00:39 +00:00
also run CI on pull requests
This commit is contained in:
parent
4d98c454fb
commit
fdf3d323b9
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
on: [ push ]
|
on: [ pull_request, push ]
|
||||||
jobs:
|
jobs:
|
||||||
integration:
|
integration:
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
on: [ push ]
|
on: [ pull_request, push ]
|
||||||
jobs:
|
jobs:
|
||||||
integration:
|
integration:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
|
Loading…
Reference in a new issue