Skip to content

Commit 88cf542

Browse files
committed
fix: deploy trigger
1 parent 402e6bb commit 88cf542

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/flow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: test
22

33
on:
4+
create:
45
push:
56
branches:
67
- main
7-
- 'deployment/**'
8+
- deployment/**
89
pull_request:
910
branches:
1011
- '**'
11-
1212
jobs:
1313
check:
1414
uses: ./.github/workflows/basic_check.yml

0 commit comments

Comments
 (0)