Skip to content

Commit

Permalink
chore: change codebase check workflow to be triggered on pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
ntn-x2 committed Oct 11, 2024
1 parent 84c6dd9 commit e60328c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
branches:
- develop
- master
- 'refs/tags/[0-9]+.[0-9]+.[0-9]+*'
tags:
- '[0-9]+.[0-9]+.[0-9]+*'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit e60328c

Please sign in to comment.