Skip to content

Commit 7497f78

Browse files
committed
Update workflow to build on PR, and to do a scheduled weekly build.
1 parent f652f3a commit 7497f78

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.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
env:
715
APACHE_RELEASE: http://archive.apache.org/dist/httpd/httpd-2.4.52.tar.gz

0 commit comments

Comments
 (0)