Skip to content

Commit

Permalink
Simplify CI triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
timriley committed Nov 5, 2024
1 parent 985e5e1 commit 7c8fe93
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,10 @@ name: ci

on:
push:
paths:
- ".github/workflows/ci.yml"
- "lib/**"
- "*.gemspec"
- "spec/**"
- "Rakefile"
- "Gemfile"
- "Gemfile.devtools"
- ".rubocop.yml"
- "project.yml"
pull_request:
branches:
- main
create:
schedule:
- cron: "30 4 * * *"
create:

jobs:
tests:
Expand Down

0 comments on commit 7c8fe93

Please sign in to comment.