Skip to content

Commit

Permalink
Moved artifact building to tags only
Browse files Browse the repository at this point in the history
  • Loading branch information
ajshastri committed Oct 14, 2023
1 parent 8635561 commit 6d2b0c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checksum_builder-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Checksum builder Linux

on:
push:
branches:
- main
# branches:
# - main
tags:
- '*'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/checksum_builder-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Checksum builder Windows

on:
push:
branches:
- main
# branches:
# - main
tags:
- '*'

Expand Down

0 comments on commit 6d2b0c7

Please sign in to comment.