mirror of
https://github.com/mii443/tokenizers.git
synced 2025-08-22 16:25:30 +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:
|
||||
paths-ignore:
|
||||
- bindings/python/**
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- bindings/python/**
|
||||
|
||||
jobs:
|
||||
build_and_test:
|
||||
|
3
.github/workflows/python.yml
vendored
3
.github/workflows/python.yml
vendored
@ -4,6 +4,9 @@ on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- bindings/node/**
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- bindings/node/**
|
||||
|
||||
jobs:
|
||||
code_quality:
|
||||
|
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -1,6 +1,6 @@
|
||||
name: Rust
|
||||
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Reference in New Issue
Block a user