Skip to content

Commit

Permalink
remove tag restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasstarsz committed Jul 25, 2024
1 parent 6678860 commit 3203c36
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/artifact-upload.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# Uploads executables for main OS archs to GitHub on tag push
name: Upload-Executables

on:
push:
tags:
- '*'
on: push

jobs:
upload-macos:
Expand Down

0 comments on commit 3203c36

Please sign in to comment.