Skip to content

Commit

Permalink
remove unsupported yaml anchors from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zerotacg committed Jul 3, 2024
1 parent 4f49bd7 commit 7f42363
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci-nel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,19 @@ name: "NeL: CI / CD"
on:
push:
branches: [ "core4", "feature/*" ]
paths: &paths
paths:
- .github/workflows/ci-nel.yml
- nel/**
- CMakeLists.txt
- CMakePresets.txt

pull_request:
branches: [ "core4" ]
paths: *paths
paths:
- .github/workflows/ci-nel.yml
- nel/**
- CMakeLists.txt
- CMakePresets.txt

env:
project_name: nel
Expand Down

0 comments on commit 7f42363

Please sign in to comment.