Skip to content

Commit d884c56

Browse files
Fix build for renamed branch
1 parent 1034d43 commit d884c56

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/generator-hasura-ndc-nodejs-lambda.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ on:
33
pull_request:
44
branches:
55
- main
6-
- v0
6+
- release/**
77
push:
88
branches:
99
- 'main'
10-
- v0
10+
- release/**
1111
tags:
1212
- v**
1313

.github/workflows/ndc-lambda-sdk.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ on:
33
pull_request:
44
branches:
55
- main
6-
- v0
6+
- release/**
77
push:
88
branches:
99
- 'main'
10-
- v0
10+
- release/**
1111
tags:
1212
- v**
1313

0 commit comments

Comments
 (0)