Skip to content

Commit

Permalink
update github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
lolopinto committed Feb 25, 2024
1 parent 244fa36 commit a919611
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ name: "CodeQL"

on:
push:
branches: [ main ]
branches: [ main, v0.1.x ]
paths-ignore:
- '**.test.ts'
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Docs CI

on:
pull_request:
branches: [main]
branches: [main, v0.1.x]
paths:
- 'docs/**'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: End to end codegen

on:
pull_request:
branches: [main]
branches: [main, v0.1.x]


jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Go CI

on:
pull_request:
branches: [ main ]
branches: [ main, v0.1.x ]
paths:
- 'ent/**.go'
- 'internal/**.go'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/new_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: New Docker image

on:
pull_request:
branches: [ main, v0.1 ]
branches: [ main, v0.1.x ]
paths:
- ts/Dockerfile.tmpl
- release_image/**
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Node.js CI

on:
pull_request:
branches: [ main ]
branches: [ main, v0.1.x ]
paths-ignore:
- python/**
- /examples/**
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Python auto_schema tests

on:
pull_request:
branches: [main]
branches: [main, v0.1.x]
paths:
- python/**
- .github/workflows/python_ci.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Update Docs

on:
push:
branches: [ main ]
branches: [ main, v0.1.x ]
paths:
- 'docs/**'

Expand Down

0 comments on commit a919611

Please sign in to comment.