Skip to content

Commit

Permalink
Changed to recursive wildcards for branches with slashes
Browse files Browse the repository at this point in the history
  • Loading branch information
slincoln-aiq committed Feb 22, 2024
1 parent d084ec5 commit ec0f0f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: KQL Conversion Validation
on:
push:
branches: [ "*" ]
branches: [ "**" ]
pull_request:
branches: [ "*" ]
branches: [ "**" ]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit ec0f0f9

Please sign in to comment.