Skip to content

Commit

Permalink
chore(ci): run release only on master
Browse files Browse the repository at this point in the history
  • Loading branch information
relu91 committed Feb 6, 2024
1 parent 549a60d commit 909dca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
@@ -1,7 +1,7 @@
name: Release workflow
on:
push:
branches: ["main"]
branches: ["master"]
tags:
- "v*"
jobs:
Expand Down

0 comments on commit 909dca1

Please sign in to comment.