Skip to content

Commit

Permalink
Merge pull request #56 from pyroteus/55_regular_test
Browse files Browse the repository at this point in the history
Run test suite regularly
  • Loading branch information
jwallwork23 authored Feb 14, 2024
2 parents 17a7ba6 + 3a2d914 commit 25cf058
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
name: Build Movement

on:
# Push to main or PR
# Run test suite whenever main is updated
push:
branches:
- main

# Run test suite whenever commits are pushed to an open PR
pull_request:

# Run test suite every Sunday at 1AM
schedule:
- cron: '0 1 * * 0'

jobs:
build:
name: "Build Movement"
Expand Down

0 comments on commit 25cf058

Please sign in to comment.