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