Skip to content

Commit

Permalink
test action off
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlebl committed May 1, 2024
1 parent 20e25e3 commit 348c618
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: Publish Docker Image
on:
workflow_dispatch:
push:
tags:
- dev-latest

jobs:
push_to_hub:
name: Push Docker image to Docker Hub
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-api.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Test API
on:
push:
branches:
- 'main'
pull_request:
types:
- opened
Expand Down

0 comments on commit 348c618

Please sign in to comment.