Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
Change action trigger for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
t03i committed Sep 20, 2023
1 parent 439a665 commit f1848d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file removed .DS_Store
Binary file not shown.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: Deploy Docker
# Run workflow on tags starting with v (eg. v2, v1.2.0)
on:
push:
tags:
- v*
branches:
- main

jobs:
Deploy:
build-deploy~:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
Expand Down

0 comments on commit f1848d7

Please sign in to comment.