Skip to content

Commit 779309a

Browse files
authored
Merge pull request #28 from Kpler/chore-create-less-versions
Chore create less versions
2 parents 7add4c8 + 03af0ed commit 779309a

2 files changed

Lines changed: 7 additions & 2 deletions

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:

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v4.5.0
44
hooks:
55
- id: check-yaml
66
- id: end-of-file-fixer

0 commit comments

Comments
 (0)