Fixed workflow branch. - icy_draw - icy_draw is the successor to mystic draw. fork / mirror
HTML git clone https://git.drkhsh.at/icy_draw.git
DIR Log
DIR Files
DIR Refs
DIR README
---
DIR commit 467cfc1b2c65c0bace6fc16bcb5eda024b16887c
DIR parent 22c49f71397af68f523fcefe3816490c4c9a5f95
HTML Author: Mike Krüger <mkrueger@posteo.de>
Date: Mon, 22 Apr 2024 09:11:41 +0200
Fixed workflow branch.
Diffstat:
M .github/workflows/build.yml | 2 +-
M .github/workflows/run_tests.yml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
---
DIR diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
@@ -2,7 +2,7 @@ name: Build
on:
workflow_run:
workflows: ["Run Tests"]
- branches: [main]
+ branches: [master]
types:
- completed
env:
DIR diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml
@@ -2,9 +2,9 @@ name: Run tests
on:
push:
- branches: [ "main" ]
+ branches: [ "master" ]
pull_request:
- branches: [ "main" ]
+ branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs: