Skip to content

Commit

Permalink
Update Github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
shootingfly committed Jan 14, 2025
1 parent 5b8228a commit 23857fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/crystal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Crystal CI

on:
push:
branches: [ master ]
branches: [ "main" ]
pull_request:
branches: [ master ]
branches: [ "main" ]

jobs:
build:
Expand All @@ -15,7 +15,7 @@ jobs:
image: crystallang/crystal

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install dependencies
run: shards install
- name: Run tests
Expand Down
6 changes: 0 additions & 6 deletions .travis.yml

This file was deleted.

0 comments on commit 23857fe

Please sign in to comment.