Skip to content

Commit

Permalink
Add pull_request event trigger (#565)
Browse files Browse the repository at this point in the history
* Add pull_request trigger

* Limit triggers to specific branches
  • Loading branch information
skamoen authored Apr 8, 2022
1 parent 3062534 commit 3ef75c1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
name: Test and Deploy
on:
push:
branches:
- master
- live
workflow_dispatch:
pull_request:
branches:
- master
jobs:
testAndDeploy:
name: Test and Deploy Docker Image
Expand Down

0 comments on commit 3ef75c1

Please sign in to comment.