Skip to content

Commit

Permalink
Rename workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
akadusei committed Aug 23, 2023
1 parent 75a0691 commit 7b656e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: CI
name: Test
on:
push:
paths:
- '**.cr'
- '.github/workflows/**'
- '.github/workflows/test.yml'
pull_request:
branches: [master]
paths:
- '**.cr'
- '.github/workflows/**'
- '.github/workflows/test.yml'
schedule:
- cron: '0 7 * * 6'
jobs:
Expand Down

0 comments on commit 7b656e4

Please sign in to comment.