Skip to content

Commit eb30df6

Browse files
authored
Merge pull request #589 from bart0sh/PR0104-ci-add-main
CI: add triggers for the main branch
2 parents 85d1338 + 477e707 commit eb30df6

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@ name: CI
22
on:
33
push:
44
branches:
5+
- main
56
- master
67
- 'release-*'
78
pull_request:
89
branches:
910
- master
11+
- main
1012
- 'release-*'
1113
env:
1214
RUNC_VERSION: v1.0.0-rc93

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Publish
33
on:
44
push:
55
branches:
6+
- main
67
- master
78
- release-0.19
89

0 commit comments

Comments
 (0)