Skip to content

Commit

Permalink
Added develop branch to run GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
shahpratikr committed Sep 8, 2022
1 parent 4f31cf2 commit a1526a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e-autogen-internals.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- 'main'
- 'develop'
- 'release*'
paths-ignore:
- 'README.md'
Expand All @@ -11,6 +12,7 @@ on:
pull_request:
branches:
- 'main'
- 'develop'
- 'release*'
paths-ignore:
- 'README.md'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ on:
push:
branches:
- 'main'
- 'develop'
- 'release*'
paths-ignore:
- 'README.md'
- '.github/config.yml'
pull_request:
branches:
- 'main'
- 'develop'
- 'release*'
paths-ignore:
- 'README.md'
Expand Down

0 comments on commit a1526a3

Please sign in to comment.