Skip to content

Commit

Permalink
Ready for realease on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
fhoedemakers committed Jul 31, 2023
1 parent 7732eef commit dbf1093
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/buildandrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ name: Build and release new version
# Only deploy when a new tag is pushed
on:
push:
# tags:
# - "v*.*.*"
# - "v*.*-alpha"
branches: [ master ]
pull_request:
branches: [ master ]
tags:
- "v*.*.*"
- "v*.*-alpha"
# branches: [ master ]
#pull_request:
# branches: [ master ]


# Allow this workflow to write back to the repository
Expand Down

0 comments on commit dbf1093

Please sign in to comment.