Skip to content

Commit

Permalink
also push master commits [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Techbot121 committed Sep 20, 2023
1 parent bf4c421 commit 31c85fa
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
name: update_workshop_develop
name: update_workshop

on:
push:
branches:
- develop
- master
workflow_dispatch:

jobs:
linter:
uses: CapsAdmin/pac3/.github/workflows/lua_linter.yaml@develop

update-workshop-develop:
update-workshop:
if: github.repository == 'CapsAdmin/pac3'
needs: linter
runs-on: ubuntu-latest
Expand All @@ -24,6 +25,6 @@ jobs:
STEAM_USERNAME: ${{ secrets.STEAM_NAME }}
STEAM_PASSWORD: ${{ secrets.STEAM_PASSWORD }}
with:
id: '3038093543'
id: ${{ github.ref == 'refs/heads/master' && '104691717' || '3038093543' }}
changelog: ${{ github.event.head_commit.message }}
config: "addon_develop.json"
config: ${{ github.ref == 'refs/heads/master' && 'addon.json' || 'addon_develop.json' }}

0 comments on commit 31c85fa

Please sign in to comment.