mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-17 01:41:56 +00:00
PR validation should be triggered just by PR (#225)
This commit is contained in:
parent
db1f4458c5
commit
2ae0a2400d
@ -1,13 +1,9 @@
|
|||||||
name: validations
|
name: PR validation
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- 'develop'
|
- 'develop'
|
||||||
- 'main'
|
- 'main'
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- 'develop'
|
|
||||||
- 'main'
|
|
||||||
jobs:
|
jobs:
|
||||||
build-cli:
|
build-cli:
|
||||||
name: Build CLI
|
name: Build CLI
|
Loading…
Reference in New Issue
Block a user