File tree Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,7 @@ name: ci-latest-release
2
2
3
3
on :
4
4
push :
5
- # branches:
6
- # - "main"
7
- # - "v*"
5
+ branches : [main]
8
6
paths :
9
7
- " KubeArmor/**"
10
8
- " protobuf/**"
13
11
- " !STABLE-RELEASE"
14
12
pull_request :
15
13
branches : [main]
14
+ paths :
15
+ - " KubeArmor/**"
16
+ - " tests/**"
17
+ - " protobuf/**"
18
+ - " .github/workflows/ci-test-ginkgo.yml"
19
+ - " examples/multiubuntu/build/**"
20
+ - " pkg/KubeArmorOperator/**"
21
+ - " deployments/helm/**"
16
22
17
- create :
18
- branches :
19
- - " v*"
23
+ # create:
24
+ # branches:
25
+ # - "v*"
20
26
21
27
# Declare default permissions as read only.
22
28
permissions : read-all
45
51
build :
46
52
name : Create KubeArmor latest release
47
53
needs : check
48
- if : github.repository == 'aryan1126/kubearmor' && (needs.check.outputs.kubearmor == 'true' || ${{ github.ref }} != 'refs/heads/main')
49
- runs-on : ubuntu-latest-16-cores
54
+ if : github.repository == 'aryan1126/kubearmor'
55
+ runs-on : ubuntu-20.04
50
56
permissions :
51
57
id-token : write
52
58
timeout-minutes : 150
You can’t perform that action at this time.
0 commit comments