We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5cff86 commit 4a7b8bfCopy full SHA for 4a7b8bf
.github/workflows/klass-api-build-and-deploy-pr.yml
@@ -3,20 +3,9 @@ on:
3
push:
4
branches:
5
- feat/add-test-qa-instance
6
- paths:
7
- - "klass-api/**"
8
- - "klass-shared/**"
9
- - ".nais/test/klass-api-pr.yml"
10
- - ".github/workflows/klass-api-build-and-deploy-pr.yaml"
11
- - ".github/workflows/klass-api-pr.yaml"
12
pull_request:
13
types:
14
- ready_for_review
15
16
17
18
19
20
jobs:
21
build:
22
name: Build
0 commit comments