Skip to content

Commit

Permalink
try specifying branches
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpvandermause committed Sep 15, 2024
1 parent 5fdb330 commit 0cee472
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/flare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@ name: flare
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push
pull_request
push:
branches:
- '**'
pull_request:
branches:
- '**'

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down

0 comments on commit 0cee472

Please sign in to comment.