mirror of
https://github.com/aljazceru/cdk.git
synced 2026-01-20 05:15:59 +01:00
fix: branches for ci (#1233)
This commit is contained in:
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