未验证 提交 49c9c191 编写于 作者: A Asher 提交者: GitHub

Fix script test workflow triggers (#4412)

上级 433a3d91
...@@ -5,10 +5,12 @@ on: ...@@ -5,10 +5,12 @@ on:
branches: branches:
- main - main
paths: paths:
- "installer.sh" - "install.sh"
pull_request: pull_request:
branches: branches:
- main - main
paths:
- "install.sh"
jobs: jobs:
ubuntu: ubuntu:
......
...@@ -5,10 +5,14 @@ on: ...@@ -5,10 +5,14 @@ on:
branches: branches:
- main - main
paths: paths:
- "installer.sh" - "**.sh"
- "**.bats"
pull_request: pull_request:
branches: branches:
- main - main
paths:
- "**.sh"
- "**.bats"
jobs: jobs:
test: test:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册