Skip to content

Commit

Permalink
Merge pull request #13 from ambitioninc/develop
Browse files Browse the repository at this point in the history
Updated tests to run against develop as well as master
  • Loading branch information
geophphrie authored Jun 7, 2023
2 parents 1f3d81f + b5ea06a commit 1d48790
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: newrelic_plugin_agent tests
on:
push:
branches: [master]
branches: [master,develop]
pull_request:
branches: [master]
branches: [master,develop]

jobs:
tests:
Expand Down

0 comments on commit 1d48790

Please sign in to comment.