Skip to content

Commit

Permalink
updated GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
evpl committed Feb 18, 2024
1 parent 4af5517 commit 371e649
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: tests
name: build

on:
push:
Expand All @@ -7,7 +7,7 @@ on:
branches: [ main ]

jobs:
all_tests:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 371e649

Please sign in to comment.