Skip to content

Update test.yml

Update test.yml #4

Workflow file for this run

name: Test
on:
push:
branches: [ "main" ]
permissions:
contents: read
statuses: write
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: neoforged/action-tag-versioning@v1
with:
labels: '-beta, -stable'
env:
GITHUB_TOKEN: ${{ github.token }}