commit 3b4ab7ade22f4547942ed38a7ce741f67d65bfb9 parent c74c82c2d53d7fc3145a8979eb2e8c396e3a1162 Author: William Lindholm <85635561+LindholmLabs@users.noreply.github.com> Date: Sun, 14 Jul 2024 19:20:07 +0200 Update of github action, now runs build on pushes to all branches Diffstat:
| M | .github/workflows/dotnet.yml | | | 6 | ++++-- |
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml @@ -2,9 +2,11 @@ name: dotnet pipeline on: push: - branches: [ "master" ] + branches: + - '*' pull_request: - branches: [ "master" ] + branches: + - '*' jobs: build: