Skip to content

Commit

Permalink
Run workflows on all branches
Browse files Browse the repository at this point in the history
Signed-off-by: John Kjell <john@testifysec.com>
  • Loading branch information
jkjell committed Apr 14, 2024
1 parent 3c723f3 commit 8f7a1ec
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ name: pipeline

on:
push:
branches: [ "main", "feat/witness-run-action" ]
branches:
- '*''
pull_request:
branches: [ "main", "feat/witness-run-action" ]
branches:
- '*'

jobs:
fmt:
Expand Down

0 comments on commit 8f7a1ec

Please sign in to comment.