mirror of
https://github.com/mii443/tokenizers.git
synced 2025-08-23 00:35:35 +00:00
Run github actions on pull requests
Try to fix actions not running for pull requests opened by external contributors cc @n1t0
This commit is contained in:
3
.github/workflows/node.yml
vendored
3
.github/workflows/node.yml
vendored
@ -4,6 +4,9 @@ on:
|
|||||||
push:
|
push:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- bindings/python/**
|
- bindings/python/**
|
||||||
|
pull_request:
|
||||||
|
paths-ignore:
|
||||||
|
- bindings/python/**
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_and_test:
|
build_and_test:
|
||||||
|
3
.github/workflows/python.yml
vendored
3
.github/workflows/python.yml
vendored
@ -4,6 +4,9 @@ on:
|
|||||||
push:
|
push:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- bindings/node/**
|
- bindings/node/**
|
||||||
|
pull_request:
|
||||||
|
paths-ignore:
|
||||||
|
- bindings/node/**
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
code_quality:
|
code_quality:
|
||||||
|
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -1,6 +1,6 @@
|
|||||||
name: Rust
|
name: Rust
|
||||||
|
|
||||||
on: [push]
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
Reference in New Issue
Block a user