mirror of
https://github.com/ManiMatter/decluttarr.git
synced 2026-04-18 04:53:58 +02:00
remove image building on pull request creation
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -15,6 +15,7 @@ on:
|
||||
create:
|
||||
branches:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
validate-branch-name:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -73,6 +74,7 @@ jobs:
|
||||
build:
|
||||
needs: unit-tests
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event_name == 'push'
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user