We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f981a1 commit 7f029d4Copy full SHA for 7f029d4
.github/workflows/build.yml
@@ -1,6 +1,8 @@
1
name: Build Swhkd
2
3
on: [push, pull_request]
4
+ branches:
5
+ - main
6
7
env:
8
CARGO_TERM_COLOR: always
.github/workflows/ci.yml
@@ -6,6 +6,16 @@ env:
jobs:
9
+ build:
10
+ runs-on: ubuntu-latest
11
+
12
+ steps:
13
+ - name: Checkout
14
+ uses: actions/checkout@v2
15
16
+ - name: Build
17
+ run: cargo build --release
18
19
test:
20
runs-on: ubuntu-latest
21
0 commit comments