Skip to content

Commit cc76464

Browse files
committed
Build any push.
1 parent c6a795d commit cc76464

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
name: Build and Test
22
on:
3-
push:
4-
branches:
5-
- develop
6-
- master
7-
- feature/**
83
pull_request:
94
branches:
105
- develop
116
- master
7+
push:
128
jobs:
139
build:
1410
runs-on: ubuntu-latest
@@ -29,8 +25,7 @@ jobs:
2925
- name: Build and test
3026
run: dotnet msbuild ./default.proj
3127

32-
# TODO: Add pre-commit to the repo.
33-
# TODO: Add execution of pre-commit to the workflow as a linting step.
34-
# TODO: Try to add dotnet format to pre-commit.
28+
# TODO: Can we parse the build output logs to provide better warning/error feedback?
29+
# TODO: Add dotnet format as a lint step in the build.
3530
# TODO: Upload to CodeCov should be part of the GitHub actions.
3631
# TODO: Upload to GitHub packages instead of MyGet in GitHub actions for master and develop.

0 commit comments

Comments
 (0)