We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0a52f6 commit 5b8ca09Copy full SHA for 5b8ca09
.github/workflows/tests.yml
@@ -2,13 +2,9 @@ name: molecule test
2
3
on:
4
push:
5
- branches:
6
- - develop
7
- pull_request:
8
branches:
9
- master
10
- - main
11
- types: [opened, synchronize, reopened]
+ - develop
12
paths:
13
- 'defaults/**'
14
- 'handlers/**'
@@ -86,7 +82,7 @@ jobs:
86
82
- os: "rockylinux9"
87
83
steps:
88
84
- name: checkout
89
- uses: actions/checkout@v3
85
+ uses: actions/checkout@v4
90
with:
91
path: "${{ github.repository }}"
92
0 commit comments