Skip to content

Commit

Permalink
Refactor workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
smolnar committed Mar 21, 2024
1 parent ad1e34e commit 78573ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test
name: CI

on: [push]

Expand All @@ -7,7 +7,7 @@ env:
CI: true

jobs:
test:
ci:
runs-on: ubuntu-latest

services:
Expand Down

0 comments on commit 78573ef

Please sign in to comment.