mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-03-30 19:19:19 +00:00
Adjust CI triggers
This commit is contained in:
parent
3e46d8c50a
commit
37cbcd9049
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -5,11 +5,13 @@ on:
|
||||
branches: [main]
|
||||
paths-ignore:
|
||||
- website
|
||||
- .github/workflows/website.yml
|
||||
- '*.md'
|
||||
pull_request:
|
||||
branches: [main]
|
||||
paths-ignore:
|
||||
- website
|
||||
- .github/workflows/website.yml
|
||||
- '*.md'
|
||||
|
||||
env:
|
||||
|
||||
4
.github/workflows/website.yml
vendored
4
.github/workflows/website.yml
vendored
@ -4,7 +4,9 @@ on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [main]
|
||||
paths: [website]
|
||||
paths:
|
||||
- website
|
||||
- .github/workflows/website.yml
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user