mirror of
https://github.com/FiloSottile/age.git
synced 2026-03-11 08:55:41 +00:00
.github/workflows: don't run ronn on new tags
This commit is contained in:
parent
a94f3c3dc9
commit
cd28d56599
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ronn.yml
vendored
2
.github/workflows/ronn.yml
vendored
|
|
@ -1,5 +1,7 @@
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
paths:
|
||||
- '**.ronn'
|
||||
name: Generate man pages
|
||||
|
|
|
|||
Loading…
Reference in a new issue