Skip to content

Commit

Permalink
Fix required CI (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenzzer authored Aug 23, 2023
1 parent b5dd18a commit 3423e2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ on:
workflow_call:
pull_request:
branches: [ master ]
paths:
- 'AMBuildScript'
- 'PackageScript'
- 'extension/**'
- 'extension/**'

jobs:
build-options:
Expand Down Expand Up @@ -141,4 +136,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: cbasenpc_versioning_files
path: ${{ github.workspace }}/CBaseNPC/build/includes
path: ${{ github.workspace }}/CBaseNPC/build/includes
7 changes: 1 addition & 6 deletions .github/workflows/ci-scripting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ on:
workflow_call:
pull_request:
branches: [ master ]
paths:
- 'AMBuildScript'
- 'PackageScript'
- 'scripting/**'
- 'scripting/**'

jobs:
build-options:
Expand Down Expand Up @@ -62,4 +57,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: cbasenpc_plugins
path: build/package
path: build/package

0 comments on commit 3423e2a

Please sign in to comment.