Skip to content

Commit

Permalink
Merge pull request #13 from FHIR/dev
Browse files Browse the repository at this point in the history
Test action should trigger on pushes to main branch so dependent acti…
  • Loading branch information
GinoCanessa authored Sep 9, 2024
2 parents e1aed7a + 67e1e41 commit 31fbbec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Tests
# Basics from https://learn.microsoft.com/en-us/dotnet/devops/dotnet-test-github-action
on:
push:
pull_request:
branches: [ main ]
paths:
Expand Down

0 comments on commit 31fbbec

Please sign in to comment.