Skip to content

Commit

Permalink
don't forget to push on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Feb 6, 2024
1 parent 6197a03 commit 24bb44d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
branches:
- main
- "*.x"
tags:
- "*"
pull_request:

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
tags:
- "*"
pull_request:

env:
Expand Down

0 comments on commit 24bb44d

Please # to comment.