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 name: build
on: push on:
# pull_request: pull_request:
# types: types:
# - closed - closed
# branches: branches:
# - main - main
jobs: jobs:
build: build:
runs-on: remote runs-on: remote
@ -21,4 +21,3 @@ jobs:
- name: push - name: push
run: docker push git.simonis.lol/sites/file-explorer:latest run: docker push git.simonis.lol/sites/file-explorer:latest
#