Skip to content

Commit c8d003c

Browse files
authored
Merge pull request #3 from conzy/conor/on-pr
Trigger on PR
2 parents 563fe70 + 2fd879d commit c8d003c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Integration
22

3-
on: [push]
3+
on: [pull_request]
44
jobs:
55
integration:
66
permissions:
@@ -16,4 +16,3 @@ jobs:
1616
role-to-assume: arn:aws:iam::854268402788:role/github
1717
role-session-name: github
1818
- run: aws sts get-caller-identity
19-

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ A module that encapsulates an app or service. With integration tests against a r
44
auth
55

66
Work in Progress...
7+

0 commit comments

Comments
 (0)