Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/mkdocs-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Deploy 'Custom Unix Terminal' GitHub Page

permissions:
contents: read

on:
push:
branches: ["main"]
workflow_dispatch:

permissions:
contents: write

jobs:
deploy:
runs-on: ubuntu-latest
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/update-from-submodule.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: Update From Submodule

permissions:
contents: write

on:
pull_request_target:
types: [opened, synchronize]
branches:
- main
workflow_dispatch:

permissions:
contents: write

jobs:
update-files:
if: github.actor == 'renovate[bot]' && startsWith(github.event.pull_request.head.ref, 'renovate/submodules-')
Expand Down