From 0cdb53d70e973ad53a755bbbf4d751ef29ae7460 Mon Sep 17 00:00:00 2001 From: BlackcoinDev Date: Tue, 24 Sep 2024 23:30:40 +0200 Subject: [PATCH] build: move to blackcoinutils branch --- .github/workflows/python-app.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index aa4a742..77a670f 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -5,9 +5,9 @@ name: Python application on: push: - branches: [ "master" ] + branches: [ "blackcoinutils" ] pull_request: - branches: [ "master" ] + branches: [ "blackcoinutils" ] permissions: contents: read