Skip to content

Commit

Permalink
Merge pull request #191 from MonolithProjects/feat/ci
Browse files Browse the repository at this point in the history
ci: adjust workflow triggers
  • Loading branch information
MonolithProjects authored Dec 2, 2023
2 parents 42eb91c + b0de9c8 commit b944613
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: molecule lint

on:
pull_request:
push:
branches:
- master
- main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: pre-commit
on:
pull_request:
branches:
- main
- master
- main
- devel*

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
matrix:
config:
- os: "debian11"
- os: "fedora37"
- os: "fedora39"
- os: "ubuntu20"
- os: "ubuntu22"
- os: "rockylinux8"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Personal Access Token for GitHub account can be created [here](https://github.co
## Weekly tested on:

* Debian 11
* Fedora 37
* Fedora 39
* Rocky Linux 8
* Ubuntu 20,22

Expand Down

0 comments on commit b944613

Please sign in to comment.