Skip to content

Commit

Permalink
[CI] Build only master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
PolyMeilex committed Mar 11, 2024
1 parent 90c4759 commit 9c3f0f1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/rust.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Rust
name: Build

on: [push, pull_request]
on:
push:
branches:
- master
pull_request:

jobs:
build_ubuntu:
Expand Down

0 comments on commit 9c3f0f1

Please sign in to comment.