CI: add triggers for the main branch

Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
This commit is contained in:
Ed Bartosh 2021-02-18 16:56:36 +02:00
parent 85d133892b
commit 477e7076fa
2 changed files with 3 additions and 0 deletions

View File

@ -2,11 +2,13 @@ name: CI
on: on:
push: push:
branches: branches:
- main
- master - master
- 'release-*' - 'release-*'
pull_request: pull_request:
branches: branches:
- master - master
- main
- 'release-*' - 'release-*'
env: env:
RUNC_VERSION: v1.0.0-rc93 RUNC_VERSION: v1.0.0-rc93

View File

@ -3,6 +3,7 @@ name: Publish
on: on:
push: push:
branches: branches:
- main
- master - master
- release-0.19 - release-0.19