diff options
author | sommerfeld <sommerfeld@sommerfeld.dev> | 2024-04-22 01:45:44 +0100 |
---|---|---|
committer | sommerfeld <sommerfeld@sommerfeld.dev> | 2024-04-22 01:45:44 +0100 |
commit | 893f0142f7c0d5e527d2f8ddd9bc12a95a727d5d (patch) | |
tree | 5d971fe8f7c9f8125e9d5c70cb84a295d20bce14 /.github/workflows | |
parent | f0a39e01300d7a24b63085b4e5b201bb163235cf (diff) | |
download | sentrum-893f0142f7c0d5e527d2f8ddd9bc12a95a727d5d.tar.gz sentrum-893f0142f7c0d5e527d2f8ddd9bc12a95a727d5d.tar.bz2 sentrum-893f0142f7c0d5e527d2f8ddd9bc12a95a727d5d.zip |
Fix CI job
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d51f1af..67f18c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,10 +1,10 @@ -name: Rust +name: CI on: push: - branches: [ $default-branch ] + branches: [ "master" ] pull_request: - branches: [ $default-branch ] + branches: [ "master" ] env: CARGO_TERM_COLOR: always |