mirror of
https://github.com/emacs-twist/org-babel.git
synced 2024-12-14 11:07:30 +00:00
ci: Trigger on PRs
This commit is contained in:
parent
ed4fe5fff2
commit
194dfb857f
1 changed files with 5 additions and 0 deletions
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
@ -1,6 +1,11 @@
|
|||
name: Test
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- '**/*.nix'
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- '**/*.nix'
|
||||
workflow_dispatch:
|
||||
|
|
Loading…
Reference in a new issue