Skip to content

Commit

Permalink
fix(build): update release workflow
Browse files Browse the repository at this point in the history
* add workflow dispatch
* add path limitations
* add runner tag
  • Loading branch information
ArwynFr authored Aug 18, 2022
1 parent 0552c5b commit 0aaf048
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: release

on:
workflow_dispatch:
push:
branches: [ master ]
paths: ['addons/**']

jobs:
lint:
Expand All @@ -19,7 +21,7 @@ jobs:

build:
needs: lint
runs-on: self-hosted
runs-on: [self-hosted, arma-tools]
steps:

- name: Checkout files
Expand Down

0 comments on commit 0aaf048

Please sign in to comment.