diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b25e4f2..cecce5e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,12 +2,13 @@ name: ci on: push: branches: - - main - dev + - butter-config-test pull_request: branches: - - main - dev + - butter-config-test + jobs: build_and_publish: runs-on: docker @@ -15,6 +16,9 @@ jobs: image: ghcr.io/catthehacker/ubuntu:runner-latest steps: - uses: actions/checkout@v4 + with: + ref: ${{ github.ref_name }} + fetch-depth: 0 - uses: actions/setup-node@v4 - run: npm install - run: sudo apt update && sudo apt install -y tar