diff --git a/.gitea/workflows/non_main.yaml b/.gitea/workflows/non_main.yaml new file mode 100644 index 0000000..07a847f --- /dev/null +++ b/.gitea/workflows/non_main.yaml @@ -0,0 +1,16 @@ +name: publish package +on: + push: + branches-ignore: + - main + +jobs: + Explore-Gitea-Actions: + runs-on: ubuntu-latest + steps: + - name: Check out repository code + uses: actions/checkout@v4 + - name: run tests + run: | + cd ${{ gitea.workspace }} + cargo test \ No newline at end of file