Removed action restrictions
Update gh-pages.yml and packaging.yml
This commit is contained in:
@@ -33,7 +33,7 @@ jobs:
|
||||
|
||||
- name: Deploy documentation to gh-pages
|
||||
uses: peaceiris/actions-gh-pages@v4
|
||||
#if: ${{ github.ref == 'refs/heads/master' }}
|
||||
if: ${{ github.ref == 'refs/heads/master' }}
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./doc
|
||||
|
||||
@@ -2,8 +2,8 @@ name: Packaging Lua
|
||||
|
||||
on:
|
||||
push:
|
||||
# branches:
|
||||
# - master
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
@@ -42,7 +42,7 @@ jobs:
|
||||
|
||||
- name: Upload artifact (socket.7z)
|
||||
uses: actions/upload-artifact@v4
|
||||
#if: ${{ github.ref == 'refs/heads/master' }}
|
||||
if: ${{ github.ref == 'refs/heads/master' }}
|
||||
with:
|
||||
name: LuaJIT-Sleep
|
||||
path: build/
|
||||
|
||||
Reference in New Issue
Block a user