Skip to content

Commit 14ab21e

Browse files
committed
ci: update PR workflow to trigger on opened and synchronize events
1 parent 730e9e1 commit 14ab21e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pr.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Publish Preview
2-
on: [push, pull_request]
2+
3+
on:
4+
pull_request:
5+
types: [opened, synchronize]
36

47
jobs:
58
build:

0 commit comments

Comments
 (0)