Skip to content

Commit

Permalink
chore(licensechecker.yaml): check license on pr only (#193)
Browse files Browse the repository at this point in the history
Co-authored-by: Kajetan Rachwał <[email protected]>
  • Loading branch information
maciejmajek and rachwalk committed Sep 18, 2024
1 parent 69a8681 commit e432b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/licensechecker.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Check License Lines
on: [push, pull_request]
on: [pull_request]
jobs:
check-license-lines:
runs-on: ubuntu-24.04
Expand Down

0 comments on commit e432b97

Please sign in to comment.