Removed action restrictions

Update gh-pages.yml and packaging.yml
This commit is contained in:
2026-04-09 18:12:44 +02:00
parent 9915421cff
commit 9f9126c390
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
- name: Deploy documentation to gh-pages - name: Deploy documentation to gh-pages
uses: peaceiris/actions-gh-pages@v4 uses: peaceiris/actions-gh-pages@v4
#if: ${{ github.ref == 'refs/heads/master' }} if: ${{ github.ref == 'refs/heads/master' }}
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./doc publish_dir: ./doc
+3 -3
View File
@@ -2,8 +2,8 @@ name: Packaging Lua
on: on:
push: push:
# branches: branches:
# - master - master
pull_request: pull_request:
workflow_dispatch: workflow_dispatch:
@@ -42,7 +42,7 @@ jobs:
- name: Upload artifact (socket.7z) - name: Upload artifact (socket.7z)
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
#if: ${{ github.ref == 'refs/heads/master' }} if: ${{ github.ref == 'refs/heads/master' }}
with: with:
name: LuaJIT-Sleep name: LuaJIT-Sleep
path: build/ path: build/