We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 433a3d9 commit 49c9c19Copy full SHA for 49c9c19
.github/workflows/installer.yml
@@ -5,10 +5,12 @@ on:
5
branches:
6
- main
7
paths:
8
- - "installer.sh"
+ - "install.sh"
9
pull_request:
10
11
12
+ paths:
13
14
15
jobs:
16
ubuntu:
.github/workflows/scripts.yml
@@ -5,10 +5,14 @@ on:
+ - "**.sh"
+ - "**.bats"
17
18
test:
0 commit comments