Skip to content

Commit

Permalink
adjust syntax of on block
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpvandermause committed Sep 15, 2024
1 parent 089273c commit 5fdb330
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/flare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ 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]

on:
push
pull_request

# 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 5fdb330

Please sign in to comment.