Skip to content

Commit

Permalink
Fix "Scripting" workflow not triggering on "src/*" pushes
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Vankata453 authored Jul 6, 2024
1 parent 19e2884 commit 17503c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
push:
branches: [ "master" ]
paths:
- src/
- src/*
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 17503c4

Please sign in to comment.