mirror of
https://github.com/pantor/inja.git
synced 2026-02-17 09:03:58 +00:00
use github actions for pull requests
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -2,7 +2,7 @@
|
||||
|
||||
name: CI
|
||||
|
||||
on: push
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
|
||||
2
.github/workflows/single-include.yml
vendored
2
.github/workflows/single-include.yml
vendored
@@ -1,6 +1,6 @@
|
||||
name: Single Include
|
||||
|
||||
on: push
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
Reference in New Issue
Block a user