Skip to content

Commit

Permalink
ci: enable builds on any push to facilitate debugging
Browse files Browse the repository at this point in the history
According to [official docs][1], the previous definition meant that only
tags that also contain touches to shell scripts are to be built, which
is not what we want. For now we have to first debug the `dotnet
build-server shutdown --vbcscompiler` hanging problem so we have to
remove the workflow restriction anyway...

[1]: https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#running-your-workflow-only-when-a-push-affects-specific-files

Signed-off-by: WANG Xuerui <[email protected]>
  • Loading branch information
xen0n committed Sep 20, 2024
1 parent 2be5d76 commit 101da2b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,7 @@ name: Build

on:
push:
paths:
- '**.sh'
tags:
- '*'
pull_request:
paths:
- '**.sh'
merge_group:
types: [checks_requested]
# allow manual triggering
Expand Down

0 comments on commit 101da2b

Please sign in to comment.