|
@@ -1,6 +1,14 @@
|
|
|
name: Nutshell integration
|
|
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:
|
|
jobs:
|
|
|
nutshell-integration-tests:
|
|
nutshell-integration-tests:
|