Skip to content

Commit

Permalink
Fix needs
Browse files Browse the repository at this point in the history
  • Loading branch information
synesthesiam committed Sep 7, 2023
1 parent 4304f49 commit f3210dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
push:
tags:
- "*"
pull_request:
branches: [ master ]

jobs:
create_release:
Expand Down Expand Up @@ -60,6 +58,7 @@ jobs:
build_windows:
runs-on: windows-latest
name: "windows build: ${{ matrix.arch }}"
needs: create_release # we need to know the upload URL
strategy:
fail-fast: true
matrix:
Expand Down

0 comments on commit f3210dc

Please sign in to comment.