Skip to content

Commit 107796a

Browse files
authored
Merge pull request #1574 from urfave/v2-gha
Update github actions events for v2-maint branch
2 parents 61efca6 + 28a402f commit 107796a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cli.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: Run Tests
22
on:
33
push:
44
branches:
5-
- main
5+
- v2-maint
66
tags:
77
- v2.*
88
pull_request:
99
branches:
10-
- main
10+
- v2-maint
1111
permissions:
1212
contents: read
1313
jobs:

0 commit comments

Comments
 (0)