Skip to content

Commit d8233b7

Browse files
committed
chore: update action triggers
1 parent 61f80be commit d8233b7

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: CI
22

33
on:
4-
push:
5-
branches: [main]
64
pull_request:
75
branches: [main]
86

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Release Binaries
33
on:
44
release:
55
types: [published]
6+
push:
7+
tags:
8+
- "*"
69
workflow_dispatch:
710

811
permissions:

0 commit comments

Comments
 (0)