Skip to content

Commit 4ecaeef

Browse files
authored
Merge pull request #9 from talss89/ci/dont-release-automatically
ci: don't release automatically on push to main
2 parents 7103cdb + afc263a commit 4ecaeef

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Continuous Integration
22

33
on:
4-
push:
4+
workflow_dispatch:
55

66
permissions:
77
contents: write

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Test
22

33
on:
44
workflow_call:
5+
push:
56

67
jobs:
78
golangci:

0 commit comments

Comments
 (0)