Skip to content

Commit

Permalink
Deleted condition for build execution
Browse files Browse the repository at this point in the history
  • Loading branch information
leceta committed Aug 8, 2024
1 parent 16afa1a commit aa033b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/grasshopper_plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
jobs:
build:
runs-on: [ windows-2019 ]
if: startsWith(github.ref, 'refs/tags/')
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand Down

0 comments on commit aa033b4

Please sign in to comment.