Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dapalex committed Jul 2, 2023
1 parent 055e212 commit 6cb4be6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Python package

on:
push:
branches: [ "21-no-support-for-list-return-types" ]
branches: [ "develop" ]
pull_request:
branches: [ "develop" ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Command Line Interface

on:
push:
branches: [ "21-no-support-for-list-return-types" ]
branches: [ "develop" ]
pull_request:
branches: [ "develop" ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Code Generation

on:
push:
branches: [ "21-no-support-for-list-return-types" ]
branches: [ "develop" ]
pull_request:
branches: [ "develop" ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-map.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Pyhon-GraphQL Mapping

on:
push:
branches: [ "21-no-support-for-list-return-types" ]
branches: [ "develop" ]
pull_request:
branches: [ "develop" ]

Expand Down

0 comments on commit 6cb4be6

Please sign in to comment.