Browse Source

Update triggers for GitHub actions

pull/3/head
Brett Langdon 5 years ago
parent
commit
f95bdfd333
Signed by: brettlangdon GPG Key ID: A70042D88B95AA2B
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