diff options
| author | Jonas Dellinger <jonas@dellinger.dev> | 2022-05-26 09:33:55 +0200 |
|---|---|---|
| committer | Jonas Dellinger <jonas@dellinger.dev> | 2022-05-26 09:33:55 +0200 |
| commit | a06efc08bc01a4a014d916ff1e219a0f17d0c480 (patch) | |
| tree | 9bb383a6d7cd09cc0f92153fef6acd4cd04a4223 /.github/workflows | |
| parent | 39e56fed3de9129ff167a632ffbc12340fe665e9 (diff) | |
| download | decky-loader-a06efc08bc01a4a014d916ff1e219a0f17d0c480.tar.gz decky-loader-a06efc08bc01a4a014d916ff1e219a0f17d0c480.zip | |
Run build on all branches
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 537729c5..e6a16430 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,9 +2,9 @@ name: Builder on: push: - branches: [ main ] + branches: [ "*" ] pull_request: - branches: [ main ] + branches: [ "*" ] permissions: contents: read |
