mirror of
https://github.com/wez/wezterm.git
synced 2024-12-24 22:01:47 +03:00
ci: adjust wezterm-ssh triggers
This commit is contained in:
parent
914ad42743
commit
46913b7822
36
.github/workflows/wezterm_ssh.yml
vendored
36
.github/workflows/wezterm_ssh.yml
vendored
@ -4,31 +4,23 @@ on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths-ignore:
|
||||
- ".cirrus.yml"
|
||||
- "docs/*"
|
||||
- "ci/build-docs.sh"
|
||||
- "ci/generate-docs.py"
|
||||
- "ci/subst-release-info.py"
|
||||
- ".github/workflows/pages.yml"
|
||||
- ".github/workflows/termwiz.yml"
|
||||
- ".github/workflows/verify-pages.yml"
|
||||
- ".github/ISSUE_TEMPLATE/*"
|
||||
- "**/*.md"
|
||||
paths:
|
||||
- "wezterm-ssh/**"
|
||||
- "filedescriptor/**"
|
||||
- "pty/**"
|
||||
- "async_ossl/**"
|
||||
- "termwiz/**"
|
||||
- ".github/workflows/wezterm_ssh.yml"
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths-ignore:
|
||||
- ".cirrus.yml"
|
||||
- "docs/**"
|
||||
- "ci/build-docs.sh"
|
||||
- "ci/generate-docs.py"
|
||||
- "ci/subst-release-info.py"
|
||||
- ".github/workflows/pages.yml"
|
||||
- ".github/workflows/termwiz.yml"
|
||||
- ".github/workflows/verify-pages.yml"
|
||||
- ".github/ISSUE_TEMPLATE/*"
|
||||
- "**/*.md"
|
||||
paths:
|
||||
- "wezterm-ssh/**"
|
||||
- "filedescriptor/**"
|
||||
- "pty/**"
|
||||
- "async_ossl/**"
|
||||
- "termwiz/**"
|
||||
- ".github/workflows/wezterm_ssh.yml"
|
||||
|
||||
jobs:
|
||||
build-wezterm-ssh-feature-libssh-rs:
|
||||
|
Loading…
Reference in New Issue
Block a user