Skip to content

Commit 3f28996

Browse files
committed
⚙️ Limit auto publish to main branch
1 parent 7a58764 commit 3f28996

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
on: [push]
1+
on:
2+
push:
3+
branches:
4+
- main
25

36
jobs:
47
build:

0 commit comments

Comments
 (0)