mirror of
https://github.com/mii443/tokenizers.git
synced 2025-12-03 19:28:20 +00:00
Try avoid duplicated github actions in PRs
This commit is contained in:
2
.github/workflows/node.yml
vendored
2
.github/workflows/node.yml
vendored
@@ -2,6 +2,8 @@ name: Node
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- bindings/python/**
|
- bindings/python/**
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|||||||
2
.github/workflows/python.yml
vendored
2
.github/workflows/python.yml
vendored
@@ -2,6 +2,8 @@ name: Python
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- bindings/node/**
|
- bindings/node/**
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|||||||
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
@@ -1,6 +1,10 @@
|
|||||||
name: Rust
|
name: Rust
|
||||||
|
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user