Skip to content

Commit 7bc3be2

Browse files
committed
CI: fixed rules for when to trigger
1 parent 411c478 commit 7bc3be2

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ name: build
33
on:
44
push:
55
branches: [ master ]
6-
paths-ignore: [ .cirrus.yml ]
76
pull_request:
87
branches: [ master ]
9-
paths-ignore: [ .cirrus.yml ]
108
schedule:
119
- cron: '42 8 * * *'
1210

.github/workflows/freebsd-build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Test rsync on FreeBSD
22

3-
on: [push]
3+
on:
4+
push:
5+
branches: [ master ]
6+
pull_request:
7+
branches: [ master ]
48

59
jobs:
610
test:

0 commit comments

Comments
 (0)