Skip to content

Commit

Permalink
Run CI on a regular basis to catch issues with upstream SFML
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisThrasher committed Feb 11, 2025
1 parent 82884b3 commit d56f10d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
name: CI

on: [push, pull_request, workflow_dispatch]
on:
push:
pull_request:
workflow_dispatch:
schedule:
- cron: '15 9 * * 2'

concurrency:
group: environment-${{github.ref}}
cancel-in-progress: true

env:
SFML_VERSION: 3.0.0
SFML_VERSION: master

defaults:
run:
Expand Down

0 comments on commit d56f10d

Please sign in to comment.