Skip to content

Commit 489a561

Browse files
authored
Merge pull request #18 from Turbo87/ci
CI: Fix `on` configuration
2 parents 35735d8 + 0654168 commit 489a561

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/ci.yml

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

3-
on: [push]
3+
on:
4+
push:
5+
branches:
6+
- master
7+
- 'v*' # older version branches
8+
tags:
9+
- '*'
10+
pull_request:
11+
schedule:
12+
- cron: '0 3 * * *' # daily at 3am
413

514
jobs:
615
test:

0 commit comments

Comments
 (0)