Skip to content

Commit

Permalink
GHA: Corrects paths
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Feb 11, 2024
1 parent 8dfcaa4 commit 329f295
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/platform-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ env:
on:
pull_request:
paths:
- '.github/workflows/platform.yml'
- '.github/workflows/platform-linux.yml'
push:
branches:
- 'master'
- '*dev*'
paths:
- '.github/workflows/platform.yml'
- '.github/workflows/platform-linux.yml'
workflow_call:
inputs:
artifact:
Expand Down

0 comments on commit 329f295

Please sign in to comment.