Skip to content

Commit

Permalink
build: run contibutors per pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Dec 6, 2022
1 parent c67b9de commit cb0640e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/contributors.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: contributors

on:
schedule:
# Cron job every Monday at 12:00
# https://crontab.guru/every-monday
- cron: '0 0 * * MON'
pull_request:
branches:
- master

jobs:
test:
Expand Down

0 comments on commit cb0640e

Please sign in to comment.