Skip to content

Commit

Permalink
match blockchain workflow triggers
Browse files Browse the repository at this point in the history
Signed-off-by: Harry Hsu <stmharry@hashgreen.net>
  • Loading branch information
altendky authored and stmharry committed Nov 11, 2022
1 parent 6c83258 commit 6ddc631
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
12 changes: 11 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
name: Tests

on: [push]
on:
push:
branches:
- long_lived/**
- main
- release/**
tags:
- '**'
pull_request:
branches:
- '**'

jobs:
build:
Expand Down
12 changes: 11 additions & 1 deletion .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,17 @@

name: Publish Python distributions to PyPI and TestPyPI

on: push
on:
push:
branches:
- long_lived/**
- main
- release/**
tags:
- '**'
pull_request:
branches:
- '**'

jobs:
build-n-publish:
Expand Down

0 comments on commit 6ddc631

Please sign in to comment.