diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index 80faefd..0668414 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -14,6 +14,7 @@ jobs: with: path: 'branch' - name: Self test + if: ${{ github.ref != 'refs/heads/main' }} id: selftest uses: khalford/check-version-action@main with: diff --git a/version.txt b/version.txt index 9325c3c..a2268e2 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.3.0 \ No newline at end of file +0.3.1 \ No newline at end of file