Skip to content

Commit

Permalink
Simplify nix CI naming
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jul 15, 2023
1 parent fbb524e commit 64675a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-dev.yml → .github/workflows/ci-nix.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: CI - Development Environment
name: CI - Nix
on:
push:
branches: [main]
paths:
- '.github/workflows/ci-dev.yml'
- '.github/workflows/ci-nix.yml'
- '*.nix'
- 'Makefile.toml'
pull_request:
paths:
- '.github/workflows/ci-dev.yml'
- '.github/workflows/ci-nix.yml'
- '*.nix'
- 'Makefile.toml'
schedule:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# dotfiles

[![Linter Status](https://github.com/kachick/dotfiles/actions/workflows/lint.yml/badge.svg?branch=main)](https://github.com/kachick/dotfiles/actions/workflows/lint.yml?query=branch%3Amain+)
[![Development Environment Status](https://github.com/kachick/dotfiles/actions/workflows/ci-dev.yml/badge.svg?branch=main)](https://github.com/kachick/dotfiles/actions/workflows/ci-dev.yml?query=branch%3Amain+)
[![Nix Status](https://github.com/kachick/dotfiles/actions/workflows/ci-nix.yml/badge.svg?branch=main)](https://github.com/kachick/dotfiles/actions/workflows/ci-nix.yml?query=branch%3Amain+)

Personal dotfiles that can be placed in the public repository

Expand Down

0 comments on commit 64675a8

Please sign in to comment.