Skip to content

Commit

Permalink
ci: cleanup ci workflow
Browse files Browse the repository at this point in the history
Signed-off-by: nscuro <[email protected]>
  • Loading branch information
nscuro committed Sep 25, 2021
1 parent 7f3fe83 commit be6a7f6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
pull_request:
branches:
- main
- develop-v1.0.0
paths-ignore:
- examples/**
schedule:
Expand Down Expand Up @@ -46,7 +45,5 @@ jobs:
chmod +x "$HOME/.local/bin/cyclonedx"
- name: Checkout Repository
uses: actions/checkout@v2
- name: Build
run: make build
- name: Test
run: make test

0 comments on commit be6a7f6

Please sign in to comment.