Skip to content

Commit

Permalink
Update integ test workflow in release 1.9 branch (#1615)
Browse files Browse the repository at this point in the history
Modified integ test workflow to execute based on push to release 1.9 branch.
  • Loading branch information
vikasmb authored Sep 13, 2021
1 parent 7b82528 commit 73add5d
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
name: Integration tests

on:
# Run on every pull request
pull_request_target:
branches: [ master ]
# Runs on push to master or release branches
push:
branches:
- 'master'
- 'release*'

permissions:
contents: read

jobs:
# Branch-based pull request from this repo
Expand Down

0 comments on commit 73add5d

Please sign in to comment.