From 1926d7faa25982bad98931414e1e0162f5d97fc2 Mon Sep 17 00:00:00 2001 From: Ada Lundhe Date: Wed, 19 Jun 2024 13:36:24 -0500 Subject: [PATCH] AL: refactor to Hyperscale --- .github/workflows/main.yml | 4 ++++ .version | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ccd13b5..c10e873 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,8 +7,12 @@ on: # Triggers the workflow on push or pull request events but only for the main branch push: branches: [ main ] + paths: + - .version pull_request: branches: [ main ] + paths: + - .version # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/.version b/.version index 67d032b..6c6aa7c 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.7.19 \ No newline at end of file +0.1.0 \ No newline at end of file