Skip to content

Commit

Permalink
ci: switch from manual triggers to pushes to dev (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-mader authored Jun 10, 2024
1 parent 1299787 commit 12437f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-push-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
name: Build and push Docker image

on:
workflow_dispatch:
push:
branches: ["dev"]

env:
REGISTRY_IMAGE: impiercetechnologies/ssi-agent
Expand Down

0 comments on commit 12437f4

Please sign in to comment.