Skip to content

Commit

Permalink
馃敡 Fix workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
himynameisdave committed Apr 6, 2022
1 parent aee0e1c commit 6eea6d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: 'FOSSA Action'
# Ensures that this is only run once, either when pushing
# directly to main OR when pushing to a PR against main.
on:
- push
push:
branches:
- main
- pull_request
main
pull_request:
branches:
- main
main

jobs:
fossa-scan:
Expand Down

0 comments on commit 6eea6d2

Please sign in to comment.