Skip to content

Commit

Permalink
github/workflows: Fix some CI problems
Browse files Browse the repository at this point in the history
  • Loading branch information
etemesi254 committed Apr 2, 2024
1 parent b6e1c21 commit 9771447
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/image_features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@ env:
on:
push:
branches: [ "main","dev" ]
paths:
- 'crates/zune-image/**'
pull_request:
branches: [ "main" ,"dev" ]
paths:
- 'crates/zune-image/**'

jobs:
build:
Expand All @@ -20,6 +24,6 @@ jobs:
- name: Check independent feature build Basics
uses: actions-rs/cargo@v1
with:
command: check
command: build
args: -p zune-image --no-default-features -F ${{ matrix.features }}

0 comments on commit 9771447

Please sign in to comment.