Skip to content

Commit

Permalink
Run actions when tags are pushed
Browse files Browse the repository at this point in the history
  • Loading branch information
borntyping committed May 17, 2022
1 parent de21c18 commit 88faaaa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: "CI"
on:
push:
branches:
- main
- 'main'
tags:
- '*'
pull_request:
jobs:
lint:
Expand Down

0 comments on commit 88faaaa

Please sign in to comment.