Skip to content

Commit

Permalink
fix(ci): Fix ci syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen-plug committed Mar 18, 2021
1 parent 14c4430 commit 4b54fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: pipeline
on: [push, pull_request]

jobs:
build-test-and-release:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 4b54fcc

Please sign in to comment.