Skip to content

Commit 4aa0167

Browse files
mbfredergregfurman
authored andcommitted
Update workflow to run integ-tests in main (aws#151)
1 parent b887544 commit 4aa0167

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/integ-tests.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
name: Run Integration Tests
22

3-
# on:
4-
# pull_request:
5-
# branches:
6-
# - develop
7-
#
3+
on:
4+
pull_request:
5+
branches:
6+
- develop
7+
- main
8+
89
jobs:
910
go-tests:
1011
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)