Skip to content

Commit

Permalink
Run workflow on tags too
Browse files Browse the repository at this point in the history
  • Loading branch information
ashb committed Nov 11, 2022
1 parent 749360e commit 1176ce1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ name: Test
on:
push:
branches: [ main ]
tags:
- '**'
pull_request:
branches: [ main ]


env:
PRE_COMMIT_COLOR: always

Expand Down

0 comments on commit 1176ce1

Please sign in to comment.