mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-08-11 17:50:58 +00:00
run on push and pull_request
This commit is contained in:
parent
33561d42d3
commit
8084ccfb58
1 changed files with 1 additions and 1 deletions
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
|
@ -1,5 +1,5 @@
|
||||||
name: push
|
name: push
|
||||||
on: push
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue