We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d1bf76 commit 40befbfCopy full SHA for 40befbf
3 files changed
.github/workflows/ci.yml
@@ -1,6 +1,8 @@
1
name: pgpm unit tests
2
on:
3
push:
4
+ branches:
5
+ - main
6
pull_request:
7
workflow_dispatch:
8
.github/workflows/docker.yaml
@@ -5,9 +5,7 @@ on:
branches:
- main
- branches:
9
- - main
10
- workflow_dispatch: {}
+ workflow_dispatch:
11
12
permissions:
13
contents: read
.github/workflows/integration-test.yml
name: pgpm integration tests
0 commit comments