8000 Update pr-and-push.yml · dbschmigelski/sdk-python@90ad5c1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 90ad5c1

Browse files
Update pr-and-push.yml
1 parent 6a68a9e commit 90ad5c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-and-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: [ main ]
66
types: [opened, synchronize, reopened, ready_for_review, review_requested, review_request_removed]
77
push:
8-
branches: [ main ] # Also run on direct pushes to main
8+
branches: [ main, dea/ci-integ-tests ] # Also run on direct pushes to main
99
concurrency:
1010
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
1111
cancel-in-progress: true

0 commit comments

Comments
 (0)
0