Skip to content

Commit

Permalink
Fix build for renamed branch
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-chambers committed Feb 22, 2024
1 parent 1034d43 commit d884c56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generator-hasura-ndc-nodejs-lambda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ on:
pull_request:
branches:
- main
- v0
- release/**
push:
branches:
- 'main'
- v0
- release/**
tags:
- v**

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ndc-lambda-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ on:
pull_request:
branches:
- main
- v0
- release/**
push:
branches:
- 'main'
- v0
- release/**
tags:
- v**

Expand Down

0 comments on commit d884c56

Please sign in to comment.