mirror of
https://github.com/aljazceru/cdk.git
synced 2026-01-11 00:45:39 +01:00
fix: branches for ci (#1233)
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -6,7 +6,7 @@ on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- 'v[0-9]+.[0-9]+.x' # Match version branches like v0.13.x, v1.0.x, etc.
|
||||
- 'v[0-9]*.[0-9]*.x' # Match version branches like v0.13.x, v1.0.x, etc.
|
||||
release:
|
||||
types: [created]
|
||||
|
||||
|
||||
10
.github/workflows/nutshell_itest.yml
vendored
10
.github/workflows/nutshell_itest.yml
vendored
@@ -1,6 +1,14 @@
|
||||
name: Nutshell integration
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- 'v[0-9]*.[0-9]*.x' # Match version branches like v0.13.x, v1.0.x, etc.
|
||||
release:
|
||||
types: [created]
|
||||
|
||||
jobs:
|
||||
nutshell-integration-tests:
|
||||
|
||||
Reference in New Issue
Block a user