Skip to content

Commit 81d8386

Browse files
committed
do not run pipeline in PRs
1 parent ec4aede commit 81d8386

2 files changed

Lines changed: 0 additions & 11 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ on:
99
- main
1010
paths-ignore:
1111
- '*.md'
12-
pull_request:
13-
branches:
14-
- main
15-
paths-ignore:
16-
- '*.md'
1712
workflow_dispatch:
1813

1914
jobs:

.github/workflows/preview.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ on:
66
- develop
77
paths-ignore:
88
- '*.md'
9-
pull_request:
10-
branches:
11-
- develop
12-
paths-ignore:
13-
- '*.md'
14-
159
workflow_dispatch:
1610

1711
jobs:

0 commit comments

Comments
 (0)