Skip to content

Commit

Permalink
Merge pull request #2 from bavix/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
rez1dent3 committed Aug 18, 2023
2 parents 1d8fe9b + 9644afe commit 5778aad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- "v*.*.*"
pull_request:
branches:
- "master"
- "develop"

jobs:
docker:
Expand Down Expand Up @@ -36,6 +36,8 @@ jobs:
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
with:
platforms: linux/amd64,linux/arm64
-
name: Login to GitHub Container Registry
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 5778aad

Please sign in to comment.