mirror of
https://github.com/Instagram/LibCST.git
synced 2025-12-23 10:35:53 +00:00
only run CI on pushes to main and pull requests (#581)
This commit is contained in:
parent
b939bf2998
commit
73ecdf45c3
1 changed files with 5 additions and 1 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -1,6 +1,10 @@
|
|||
name: Python CI
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
# Install and cache dependencies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue