Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fbewivpjsbsby authored Nov 4, 2023
1 parent 233bf74 commit 1362723
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build

on:
workflow_dispatch:
push:
branches: [ master ]
pull_request:
Expand Down Expand Up @@ -135,4 +136,4 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build
args: --features ${{ matrix.lua }}
args: --features ${{ matrix.lua }}

0 comments on commit 1362723

Please sign in to comment.