Skip to content

Commit b944613

Browse files
Merge pull request #191 from MonolithProjects/feat/ci
ci: adjust workflow triggers
2 parents 42eb91c + b0de9c8 commit b944613

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.github/workflows/lint.yml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: molecule lint
22

33
on:
44
pull_request:
5-
push:
65
branches:
76
- master
87
- main

.github/workflows/pre-commit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: pre-commit
33
on:
44
pull_request:
55
branches:
6-
- main
76
- master
7+
- main
88
- devel*
99

1010
jobs:

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
matrix:
3535
config:
3636
- os: "debian11"
37-
- os: "fedora37"
37+
- os: "fedora39"
3838
- os: "ubuntu20"
3939
- os: "ubuntu22"
4040
- os: "rockylinux8"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Personal Access Token for GitHub account can be created [here](https://github.co
4949
## Weekly tested on:
5050

5151
* Debian 11
52-
* Fedora 37
52+
* Fedora 39
5353
* Rocky Linux 8
5454
* Ubuntu 20,22
5555

0 commit comments

Comments
 (0)