Skip to content

Commit

Permalink
Merge pull request #126 from Chia-Network/match_blockchain_workflow_t…
Browse files Browse the repository at this point in the history
…riggers

match blockchain workflow triggers
  • Loading branch information
cmmarslender committed Aug 19, 2022
2 parents fc73cd9 + 44da623 commit 733005e
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 733005e

Please sign in to comment.