Skip to content

Commit

Permalink
github actions should only trigger now when a new tag is pushed
Browse files Browse the repository at this point in the history
  • Loading branch information
meszaros-lajos-gyorgy committed Jan 16, 2022
1 parent 66e4e29 commit 563add5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@

name: Build/release

on: push
on:
push:
tags:
- "**"

jobs:
release:
Expand Down

0 comments on commit 563add5

Please sign in to comment.