Skip to content

Commit

Permalink
fix(workflows): now release build will only tag on master tag
Browse files Browse the repository at this point in the history
  • Loading branch information
nlif-m committed May 5, 2023
1 parent e58e939 commit ba57afb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Release build

on:
push:
branches:
- master
tags:
- v[0-9]+.[0-9]+.[0-9]+

Expand All @@ -24,5 +26,3 @@ jobs:
atomgen_linux_amd64
atomgen_linux_arm
atomgen_windows_amd64.exe
- name: List files
run: ls -al

0 comments on commit ba57afb

Please sign in to comment.