Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
berinaniesh authored Sep 14, 2023
1 parent cda64ea commit 0818332
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
name: Build
name: Build on GitHub

on: [push]
on:
push:
branches: [main]
pull_request:
branches: [main]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: cargo build --release
- run: rustup update stable && rustup default stable
- run: cargo build

0 comments on commit 0818332

Please sign in to comment.