diff --git a/.gitea/workflows/commit.yml b/.gitea/workflows/commit.yml new file mode 100644 index 0000000..805c669 --- /dev/null +++ b/.gitea/workflows/commit.yml @@ -0,0 +1,15 @@ +name: on push + +on: + push: + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + + - name: Ref + shell: bash + run: echo ${{ github.ref }}