Skip to content

Commit

Permalink
Actions launch
Browse files Browse the repository at this point in the history
  • Loading branch information
dapalex committed Aug 10, 2023
1 parent b6fdc6a commit ba1a759
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Python package

on:
push:
branches: [ "develop" ]
branches: [ "25-export_gql_source-error-for-non-recursive-queries" ]
pull_request:
branches: [ "develop" ]
branches: [ "25-export_gql_source-error-for-non-recursive-queries" ]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Code Generation

on:
push:
branches: [ "develop" ]
branches: [ "25-export_gql_source-error-for-non-recursive-queries" ]
pull_request:
branches: [ "develop" ]
branches: [ "25-export_gql_source-error-for-non-recursive-queries" ]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-map.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Pyhon-GraphQL Mapping

on:
push:
branches: [ "develop" ]
branches: [ "25-export_gql_source-error-for-non-recursive-queries" ]
pull_request:
branches: [ "develop" ]
branches: [ "25-export_gql_source-error-for-non-recursive-queries" ]

jobs:
build:
Expand Down

0 comments on commit ba1a759

Please sign in to comment.