Skip to content

Commit b0de9c8

Browse files
ci: adjust workflow triggers
1 parent 42eb91c commit b0de9c8

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.github/workflows/lint.yml

Lines changed: 0 additions & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)