Skip to content

Commit 06ab655

Browse files
committed
chore: Update continuous-release workflow to trigger only on push events
1 parent 298da8f commit 06ab655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Publish Any Commit
2-
on: [push, pull_request]
2+
on: [push]
33

44
jobs:
55
build:

0 commit comments

Comments
 (0)