Skip to content

Commit 86057b8

Browse files
committed
fix: align test workflow triggers
1 parent 36ad3d1 commit 86057b8

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/react-component-ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: ✅ test
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
branches: [master]
5+
pull_request:
6+
branches: [master]
37
permissions:
48
contents: read
59
jobs:

0 commit comments

Comments
 (0)