Skip to content

Commit

Permalink
Refactor CI workflow to use 'build' job instead of 'pre-release' job
Browse files Browse the repository at this point in the history
  • Loading branch information
ofou committed Mar 29, 2024
1 parent 13b749c commit 4456d9a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ on:
workflow_dispatch:

jobs:
pre-release:
name: "Pre Release"
runs-on: "ubuntu-latest"
build:
runs-on: ubuntu-latest

steps:
- name: "Build"
- uses: actions/checkout@v2
- name: Run
run: |
make
make all
- uses: marvinpinto/action-automatic-releases@latest
with:
Expand Down

0 comments on commit 4456d9a

Please sign in to comment.