Skip to content

Commit

Permalink
enable nix for everything
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Dec 19, 2024
1 parent dc4dedf commit 422dc7d
Showing 1 changed file with 18 additions and 16 deletions.
34 changes: 18 additions & 16 deletions .github/workflows/nix-build.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
name: Nix Build

on:
workflow_dispatch:
pull_request:
branches:
- main
paths:
- '**/*.rs'
- '.github/workflows/nix-build.yml'
- 'nix/**'
push:
branches:
- main
paths:
- '**/*.rs'
- '.github/workflows/nix-build.yml'
- 'nix/**'
on: [push, pull_request]

# on:
# workflow_dispatch:
# pull_request:
# branches:
# - main
# paths:
# - '**/*.rs'
# - '.github/workflows/nix-build.yml'
# - 'nix/**'
# push:
# branches:
# - main
# paths:
# - '**/*.rs'
# - '.github/workflows/nix-build.yml'
# - 'nix/**'

jobs:
lints:
Expand Down

0 comments on commit 422dc7d

Please sign in to comment.