Skip to content

Commit

Permalink
fix: avoid running the artifacts action on every push to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelmmiguel committed Nov 14, 2022
1 parent 2454ed8 commit 1706c55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Build artifacts

on:
push:
branches: [ main ]
tags:
- "[0-9]+.[0-9]+.[0-9]+"
# TODO: uncomment for testing. This will run by default only when a new tag is created
Expand Down

0 comments on commit 1706c55

Please sign in to comment.