mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
CI: add triggers for the main branch
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
This commit is contained in:
parent
85d133892b
commit
477e7076fa
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -2,11 +2,13 @@ name: CI
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
- 'release-*'
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
- 'release-*'
|
||||
env:
|
||||
RUNC_VERSION: v1.0.0-rc93
|
||||
|
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
@ -3,6 +3,7 @@ name: Publish
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
- release-0.19
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user