Skip to content

Commit

Permalink
fix(ci): Add support for tags in workflow
Browse files Browse the repository at this point in the history
The commit adds support for triggering the workflow on tags, in addition to the existing branches. This allows for automated builds and tests when a new tag is created.
  • Loading branch information
jabibamman committed Feb 15, 2024
1 parent 0798517 commit 8555749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ on:
branches:
- master
- develop
tags:
- '*'
pull_request:
branches:
- master
- develop

env:
CARGO_TERM_COLOR: always

Expand Down

0 comments on commit 8555749

Please sign in to comment.