We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 729df8b commit cea5741Copy full SHA for cea5741
.github/workflows/components.yaml
@@ -1,7 +1,9 @@
1
name: component CTFs
2
3
on:
4
- pull_request_target:
+ pull_request:
5
+ branches:
6
+ -main
7
push:
8
branches:
9
- main
@@ -36,6 +38,4 @@ jobs:
36
38
with:
37
39
go-version-file: '${{ github.workspace }}/go.mod'
40
- name: CTF
- run: |
- cd component/
41
- PATH=$PATH:$(go env GOPATH)/bin make ocm && make ctf
+ run: PATH=$PATH:$(go env GOPATH)/bin make -C component/ ocm && make -C component/ ctf
0 commit comments