Skip to content
This repository has been archived by the owner on Oct 30, 2021. It is now read-only.

Commit

Permalink
fix: ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Charalampos Fanoulis authored and n0toose committed Dec 19, 2020
1 parent b3e7e62 commit 9ae949d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@ name: Continuous Deployment

on:
push:
branch:
- main
pull_request:

env:
CARGO_TERM_COLOR: always

jobs:
build-nightly:
name: Build branch {{}} on ${{ matrix.os }}, for ${{ matrix.rust }} rust
name: Build on ${{ matrix.os }}, for ${{ matrix.rust }} rust
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit 9ae949d

Please # to comment.