Skip to content

Commit

Permalink
remove "if: github.ref_type == 'tag'" from build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PratherConid committed Jan 8, 2024
1 parent b18efa4 commit f796981
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ name: ci
jobs:
build:
name: ${{ matrix.name }}
if: github.ref_type == 'tag'
runs-on: ${{ matrix.os }}
defaults:
run:
Expand Down

0 comments on commit f796981

Please sign in to comment.