mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-09 21:04:17 +00:00
fix tags trigger for github actions
the old syntax worked for azure pipelines but not GHA Committed via https://github.com/asottile/all-repos
This commit is contained in:
parent
ca84e50020
commit
f45f36e8ff
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -3,7 +3,7 @@ name: main
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main, test-me-*]
|
branches: [main, test-me-*]
|
||||||
tags:
|
tags: '*'
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue