Skip to content

Commit 7c06208

Browse files
committed
chore: create less versions
1 parent 7add4c8 commit 7c06208

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/bump-version.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,15 @@ on:
44
push:
55
branches:
66
- main
7+
paths-ignore:
8+
- .pre-commit-config.yaml
9+
- shell.nix
10+
- README.md
11+
- .github/**
712

813
jobs:
914
bump-version:
10-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-22.04
1116
steps:
1217
- uses: actions/checkout@v4
1318
with:

0 commit comments

Comments
 (0)