actions: adjust build-only for new PRs
This commit is contained in:
@@ -1,9 +1,7 @@
|
|||||||
name: Build only (for PRs)
|
name: Build only (for PRs)
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
pull_request:
|
||||||
branches:
|
|
||||||
- v1-refactor # after this has been merged
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-only:
|
build-only:
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ name: Build and Push Docker Image
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- v1-refactor # Trigger on push to the main branch; adjust as needed
|
- v1-refactor
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
|
|||||||
Reference in New Issue
Block a user