Skip to content

Commit

Permalink
fix: run ci on commits
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp committed Nov 20, 2023
1 parent cbecf09 commit e832007
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: Nix CI
"on":
push:
# don't run on tags
# don't run on tags, run on commits
# https://github.com/orgs/community/discussions/25615
tags-ignore:
- '**'
branches:
- '**'
pull_request: {}
release:
types: [edited]
Expand Down

0 comments on commit e832007

Please sign in to comment.