Skip to content

Commit

Permalink
attempt #3 at fixing builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
arabcoders committed Jun 29, 2022
1 parent c61a041 commit 6357712
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,14 @@ name: Build Container Images
on:
push:
branches:
- 'master'
- 'dev'
- 'v1.0'
- '*'
tags-ignore:
- 'v0*'
paths-ignore:
- '**.md'
pull_request:
branches:
- 'master'
- 'v1.0'
paths-ignore:
- '**.md'

Expand Down Expand Up @@ -118,4 +115,3 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha, scope=${{ github.workflow }}
cache-to: type=gha, scope=${{ github.workflow }}

0 comments on commit 6357712

Please sign in to comment.