Skip to content

Commit 40befbf

Browse files
committed
only ci check pushing to main
1 parent 3d1bf76 commit 40befbf

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: pgpm unit tests
22
on:
33
push:
4+
branches:
5+
- main
46
pull_request:
57
workflow_dispatch:
68

.github/workflows/docker.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ on:
55
branches:
66
- main
77
pull_request:
8-
branches:
9-
- main
10-
workflow_dispatch: {}
8+
workflow_dispatch:
119

1210
permissions:
1311
contents: read

.github/workflows/integration-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: pgpm integration tests
22
on:
33
push:
4+
branches:
5+
- main
46
pull_request:
57
workflow_dispatch:
68

0 commit comments

Comments
 (0)