Skip to content

Commit

Permalink
task: removed feature/pipeline from docker action
Browse files Browse the repository at this point in the history
  • Loading branch information
miguel-merlin committed Nov 23, 2024
1 parent ce4a290 commit 4c88a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build and publish Docker image
on:
push:
branches: ["main", "feature/pipeline"]
branches: ["main"]

jobs:
docker:
Expand Down

0 comments on commit 4c88a9c

Please sign in to comment.