We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 411c478 commit 7bc3be2Copy full SHA for 7bc3be2
.github/workflows/build.yml
@@ -3,10 +3,8 @@ name: build
3
on:
4
push:
5
branches: [ master ]
6
- paths-ignore: [ .cirrus.yml ]
7
pull_request:
8
9
10
schedule:
11
- cron: '42 8 * * *'
12
.github/workflows/freebsd-build.yml
@@ -1,6 +1,10 @@
1
name: Test rsync on FreeBSD
2
-on: [push]
+on:
+ push:
+ branches: [ master ]
+ pull_request:
jobs:
test:
0 commit comments