Skip to content

Commit

Permalink
Move license check to on push
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Sep 20, 2024
1 parent 6bf060a commit 0762306
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/license-check.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: License Scan

on: [pull_request]

on:
push:
branches-ignore:
- 'main'
jobs:
build:

Expand Down

0 comments on commit 0762306

Please sign in to comment.