diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d3ff5c7..20d0e0a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,7 @@ -on: [push] +on: + push: + tags: + - '*' env: MANDY_ENV: "production" @@ -7,7 +10,7 @@ jobs: test-matrix: strategy: matrix: - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest, windows-latest, macos-latest, macos-13] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 @@ -59,4 +62,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: Mandy Binary for Linux - path: mandy-linux-v.0.1.0.bin \ No newline at end of file + path: mandy-linux-v.0.1.0.bin