Skip to content

Commit

Permalink
Make the testing workflow trigger on pull requests (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
nck-mlcnv committed May 15, 2023
1 parent efd02d5 commit 7b5c607
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
name: testing

on:
push:
branches:
- develop
pull_request:
branches:
-develop
-main

jobs:
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7b5c607

Please sign in to comment.