Skip to content

Commit a983937

Browse files
authored
fix(ci): turn off sync for pr (zenbones-theme#177)
1 parent d07857a commit a983937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync_remote.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Sync remote
22

3-
on: [push, pull_request, delete]
3+
on: [push, delete]
44

55
jobs:
66
push:

0 commit comments

Comments
 (0)