Skip to content

Commit

Permalink
CI: fixed rules for when to trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Apr 8, 2024
1 parent 411c478 commit 7bc3be2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ name: build
on:
push:
branches: [ master ]
paths-ignore: [ .cirrus.yml ]
pull_request:
branches: [ master ]
paths-ignore: [ .cirrus.yml ]
schedule:
- cron: '42 8 * * *'

Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/freebsd-build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Test rsync on FreeBSD

on: [push]
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
test:
Expand Down

0 comments on commit 7bc3be2

Please sign in to comment.