Skip to content

Commit 9b424a0

Browse files
authored
chore: Trigger update-readme on push to main (#16)
When any of the follow files are changed: .github/README.md.header .github/workflows/update-readme.yaml .pre-commit-hooks.yaml Signed-off-by: Bryan Hundven <[email protected]>
1 parent 28ab8ee commit 9b424a0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/update-readme.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: "Update Readme"
22

33
on:
4+
push:
5+
branches: [main]
6+
paths:
7+
- '.github/README.md.header'
8+
- '.github/workflows/update-readme.yaml'
9+
- '.pre-commit-hooks.yaml'
410
release:
511
types: [published]
612
workflow_dispatch:

0 commit comments

Comments
 (0)