Skip to content

Commit

Permalink
skip docker build on develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcos20 committed Aug 14, 2024
1 parent c68ecd1 commit bf5cbca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: Docker Multi Platform Builds

on:
workflow_dispatch:
workflow_dispatch:
push:
branches:
- 'main'
- 'develop'
tags:
- 'v*.*.*'
pull_request:
Expand Down

0 comments on commit bf5cbca

Please sign in to comment.