Skip to content

Commit

Permalink
allow docker job to run without dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
aine-etke committed Aug 8, 2024
1 parent 31b8b84 commit 29d9948
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: CI (main and tags)
on:
push:
branches: [ "main" ]
Expand Down Expand Up @@ -32,7 +32,6 @@ jobs:

build-publish:
name: Build and Publish
needs: lint-test
runs-on: ubuntu-latest
steps:
- name: Set up Docker Buildx
Expand Down

0 comments on commit 29d9948

Please sign in to comment.