Skip to content

Commit

Permalink
ci: fix branch names
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Dec 18, 2024
1 parent e22e383 commit 16900c1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ name: "CI - Nix"
on:
push:
branches:
- main
- master
- devel
pull_request:
branches:
- main
- master
- devel

jobs:
nix:
Expand Down

0 comments on commit 16900c1

Please sign in to comment.