Skip to content

Commit

Permalink
chore: enable the CI workflow when tags are pushed
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorin committed Oct 1, 2024
1 parent 285bcc6 commit 1b6ab27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Continuous-Integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Continuous-Integration

on:
push:
tags:
- '*'
branches:
- main
pull_request: { }
Expand Down

0 comments on commit 1b6ab27

Please sign in to comment.