Skip to content

Commit

Permalink
chore: Trigger ci workflow when pushing tags (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
seakayone authored Aug 24, 2023
1 parent cb39881 commit 664815a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Continuous Integration
on:
pull_request:
push:
tags:
- '*'
branches:
- 'main'

Expand Down

0 comments on commit 664815a

Please sign in to comment.