Skip to content

Commit

Permalink
run pipeline on dev as well
Browse files Browse the repository at this point in the history
  • Loading branch information
anshuman852 committed May 28, 2023
1 parent deda328 commit adb4061
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
Expand Up @@ -7,7 +7,7 @@ name: Docker

on:
push:
branches: [ "main" ]
branches: [ "main", "dev" ]
# Publish semver tags as releases.
tags: [ 'V*.*.*' ]
pull_request:
Expand Down

0 comments on commit adb4061

Please sign in to comment.