Skip to content

Commit

Permalink
CI: only run on meaningful changes
Browse files Browse the repository at this point in the history
  • Loading branch information
omelkonian committed Mar 26, 2024
1 parent e865d8f commit 4412f7e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
name: CI
on:
# schedule: [{cron: '0 0 * * *'}]
push: {branches: [master]}
push:
paths:
- '**.agda'
- '*.agda-lib'
- '.github/workflows/**.yml'
branches: [master]
pull_request:
jobs:
build-deploy:
Expand Down

0 comments on commit 4412f7e

Please sign in to comment.