Skip to content

Commit

Permalink
CI: minor updates to update wiki scripts workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
theofficialgman committed Jan 2, 2024
1 parent 69f6544 commit cf5c551
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/update_wiki.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# This is a basic workflow to help you get started with Actions

name: Update_Wiki_Scripts

# Controls when the workflow will run
on:
# triggers the action when megascript_apps.txt file is updated
push:
branches:
- master
paths:
- 'etc/categories'
- 'apps/**/packages'
- 'apps/**/install'
- 'apps/**/install-32'
- 'apps/**/install-64'
Expand All @@ -25,9 +23,7 @@ on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
update-wiki:
# The type of runner that the job will run on
runs-on: ubuntu-latest
Expand Down

0 comments on commit cf5c551

Please sign in to comment.