Compare commits

...

2 Commits

Author SHA1 Message Date
93a478a8b8 [test package build] 2024-11-23 15:56:25 +01:00
c2ee52ac4d [test demo runner] 2024-11-23 15:54:13 +01:00
2 changed files with 2 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ env:
on: on:
push: push:
tags: tags:
- '*.*.[0-9]' - '-samplescript'
jobs: jobs:
build-package-push-repo: build-package-push-repo:

View File

@@ -23,4 +23,5 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
repository: staffadmin/semaphore repository: staffadmin/semaphore
ref: main
token: ${{ secrets.REPO_PULL_GITEA }} token: ${{ secrets.REPO_PULL_GITEA }}