Skip to content

Commit 7293e57

Browse files
authored
Merge pull request #67 from farhan/fix/release-on-master-push
fix: trigger release workflow on push to master instead of tags
2 parents 7d870be + 73a7673 commit 7293e57

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Release CI
22
on:
33
push:
4-
tags:
5-
- '*'
4+
branches:
5+
- master
66

77
jobs:
88
run_tests:

0 commit comments

Comments
 (0)