Skip to content

Commit

Permalink
ci.yml: adding a job for branch protection
Browse files Browse the repository at this point in the history
  • Loading branch information
mtzguido committed Jan 8, 2025
1 parent 39f0ac7 commit f736939
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,10 @@ jobs:
nix-build:
name: nix
uses: ./.github/workflows/nix.yml

# Branch protection points here
ciok:
runs-on: ubuntu-latest
needs: [build, tests, nix-build]
steps:
- run: exit 0

0 comments on commit f736939

Please sign in to comment.