Skip to content

Commit 1b63c41

Browse files
committed
Update workflow to build on PR, and to do a scheduled weekly build.
1 parent f5b90ba commit 1b63c41

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/perl-ci.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
---
22
name: CI
33

4-
on: [push]
4+
on:
5+
push:
6+
branches:
7+
- "*"
8+
pull_request:
9+
branches:
10+
- "*"
11+
schedule:
12+
cron: "15 6 * * 0" # Once weekly, on Sundays
513

614
jobs:
715
build:

0 commit comments

Comments
 (0)