Skip to content

Commit

Permalink
A tad of testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt committed Dec 13, 2023
1 parent cdef816 commit 25ace6e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Publish

on:
push:
branches: [ "main" ]

permissions:
contents: read
statuses: write

jobs:
build:
runs-on: ubuntu
steps:
- uses: neoforged/action-tag-versioning@v1
with:
labels: '-beta, -stable'

0 comments on commit 25ace6e

Please sign in to comment.