1
0
Fork 0
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:
Casey Lee 2020-03-02 08:04:30 -08:00
parent 33561d42d3
commit 8084ccfb58

View file

@ -1,5 +1,5 @@
name: push name: push
on: push on: [push, pull_request]
jobs: jobs:
lint: lint: