Skip to content

Commit

Permalink
only check on push to master branch
Browse files Browse the repository at this point in the history
rename master->main will follow
  • Loading branch information
mxmehl committed Jul 20, 2023
1 parent 6fd7b9d commit c68709b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/reuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@

name: REUSE Compliance Check

on: [push, pull_request]
on:
push:
branches:
- master
pull_request:

jobs:
test:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/selftest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@

name: REUSE Selftest

on: [push, pull_request]
on:
push:
branches:
- master
pull_request:

jobs:
test:
Expand Down

0 comments on commit c68709b

Please sign in to comment.