Skip to content

Commit

Permalink
run test action on master and development branch only
Browse files Browse the repository at this point in the history
  • Loading branch information
JessyBarrette committed Apr 18, 2024
1 parent 748125b commit 2eaac8c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name: Test

on:
push:
- master
- development
pull_request:
- master
- development

jobs:
docker:
Expand Down

0 comments on commit 2eaac8c

Please sign in to comment.