Skip to content

Commit

Permalink
GH Actions: run release workflow only on pushes to 'release' branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
lesovsky committed Feb 13, 2021
1 parent 6919a26 commit 45c8bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -3,7 +3,7 @@ name: Release

on:
push:
tags: [ v* ]
branches: [ release ]

jobs:
test:
Expand Down

0 comments on commit 45c8bf0

Please sign in to comment.