Skip to content

Commit

Permalink
chore(ci): remove anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
radoslawgrochowski committed Jun 25, 2024
1 parent 1e6680a commit 85d8b50
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/flake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@ name: flake

on:
pull_request:
paths: &paths
paths:
- '**/*.nix'
- '.github/workflows/flake.yml'
- 'flake.lock'
push:
branches:
- master
paths: *paths
paths:
- '**/*.nix'
- '.github/workflows/flake.yml'
- 'flake.lock'

jobs:
check-flake:
Expand Down

0 comments on commit 85d8b50

Please sign in to comment.