Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitry-lahoda committed Nov 16, 2023
1 parent 5737d52 commit 1e3c12a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
on:
push:
tags:
- "*.*.*"
branches:
- "main"
jobs:
publish:
runs-on: "ubuntu-latest"
concurrency:
cancel-in-progress: true
group: "main"

permissions:
id-token: "write"
contents: "read"
Expand All @@ -13,4 +17,5 @@ jobs:
- uses: "DeterminateSystems/nix-installer-action@main"
- uses: "DeterminateSystems/flakehub-push@main"
with:
visibility: "public"
visibility: "public"
- run: nix run .#ci | cachix push composable
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ dist

# Nix derivation output
**/result/**
result

# Nix shell file system overlay (like chroot but per repo)
.devenv/**
Expand Down

0 comments on commit 1e3c12a

Please sign in to comment.