refactor pipelines #10

Merged
csimonis merged 4 commits from refactor/pipelines into main 2024-12-19 13:06:24 +00:00
Showing only changes of commit 27b597245b - Show all commits

View File

@ -1,10 +1,10 @@
name: build
on: push
# pull_request:
# types:
# - closed
# branches:
# - main
on:
pull_request:
types:
- closed
branches:
- main
jobs:
build:
runs-on: remote
@ -21,4 +21,3 @@ jobs:
- name: push
run: docker push git.simonis.lol/sites/file-explorer:latest
#