Skip to content

Commit

Permalink
ci: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
vaaandark committed Nov 21, 2023
1 parent b00a132 commit 8d3b408
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: CI build
on: [push]

on:
push:
branches: master
name: CI build

jobs:
build:
Expand Down Expand Up @@ -39,4 +37,3 @@ jobs:
file: target/release/${{ matrix.artifact_name }}
asset_name: ${{ matrix.asset_name }}
tag: ${{ github.ref }}

0 comments on commit 8d3b408

Please sign in to comment.