1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-24 13:52:55 +03:00

ci: adjust wezterm-ssh triggers

This commit is contained in:
Wez Furlong 2023-03-15 23:40:05 -07:00
parent 914ad42743
commit 46913b7822
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387

View File

@ -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: