Skip to content

Commit

Permalink
ci: add build
Browse files Browse the repository at this point in the history
Signed-off-by: martabal <[email protected]>
  • Loading branch information
martabal committed Jun 6, 2023
1 parent 9013bbd commit 543219b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Build
on:
workflow_dispatch:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:

build:
name: Run build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Build
run: cargo build

0 comments on commit 543219b

Please sign in to comment.