Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther committed Feb 21, 2024
1 parent 26e1fc2 commit 9a31950
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
branches:
- main
- v[0-9]+
- test
paths:
- .github/workflows/build.yaml
- .github/actions/setup-nix/**
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
- v[0-9]+
- test
tags:
- v*

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches:
- main
- v[0-9]+
- test
paths:
- .github/workflows/docs.yaml
- .github/actions/setup-nix/**
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
branches:
- main
- v[0-9]+
- test
paths:
- .github/workflows/test.yaml
- .github/actions/setup-nix/**
Expand Down

0 comments on commit 9a31950

Please sign in to comment.