Skip to content

Commit

Permalink
Ignore the master branch when there are tags [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjsix committed Aug 10, 2023
1 parent 41e3da3 commit c65dc73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tags.yml
Expand Up @@ -4,6 +4,8 @@ name: Build stable release

on:
push:
branches:
- "!master" # Ignore the master branch
tags:
- "*"

Expand Down

0 comments on commit c65dc73

Please sign in to comment.