Skip to content

Commit

Permalink
Merge pull request #28 from wusatosi/patch-2
Browse files Browse the repository at this point in the history
Update CI triggers
  • Loading branch information
bretbrownjr authored Sep 25, 2024
2 parents d9145b5 + a7ee0b0 commit 652d49e
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,11 @@ name: Continuous Integration Tests

on:
push:
branches: [ main ]
paths:
- ".ci/**"
- ".github/workflow/**"
- "src/**"
- "test/**"
- "CMakeLists.txt"
pull_request:
branches: [ main ]
paths:
- ".ci/**"
- ".github/workflow/**"
- "src/**"
- "test/**"
- "CMakeLists.txt"

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
schedule:
- cron: '30 15 * * *'

jobs:
test:
Expand Down

0 comments on commit 652d49e

Please sign in to comment.