Browse Source

Update triggers for GitHub actions (#3)

pull/6/head
Brett Langdon 5 years ago
committed by GitHub
parent
commit
6735cea175
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 2 deletions
  1. +7
    -1
      .github/workflows/build.yml
  2. +7
    -1
      .github/workflows/test.yml

+ 7
- 1
.github/workflows/build.yml View File

@ -1,6 +1,12 @@
name: Build
on: [push, pull_request]
on:
pull_request:
push:
branches:
- "main"
tags:
- "v*"
jobs:
build_wheels:


+ 7
- 1
.github/workflows/test.yml View File

@ -1,6 +1,12 @@
name: Test
on: [push, pull_request]
on:
pull_request:
push:
branches:
- "main"
tags:
- "v*"
jobs:
black:


Loading…
Cancel
Save