Skip to content

Commit

Permalink
github-ci: only build docker on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonish committed Mar 27, 2023
1 parent c516563 commit abe8798
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ jobs:
name: Docker
runs-on: ubuntu-latest
needs: [linux, linux-arm32, linux-arm64]
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v2
- uses: actions/download-artifact@v2
Expand Down

0 comments on commit abe8798

Please sign in to comment.