Skip to content

Commit cf1a54c

Browse files
authored
[CI] Build only master branch (#161)
1 parent 90c4759 commit cf1a54c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/rust.yml renamed to .github/workflows/build.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
name: Rust
1+
name: Build
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches:
6+
- master
7+
pull_request:
48

59
jobs:
610
build_ubuntu:

0 commit comments

Comments
 (0)