Skip to content

Commit ab41024

Browse files
committed
More run conditions
1 parent cf4481b commit ab41024

File tree

4 files changed

+19
-2
lines changed

4 files changed

+19
-2
lines changed

.github/workflows/alpha.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
- master
66
tags-ignore:
77
- '**'
8+
paths:
9+
- '!.github/'
10+
- '!scripts/'
811

912
jobs:
1013
alpha:

.github/workflows/lint.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
name: Lint
22

33
on:
4-
- push
5-
- pull_request
4+
push:
5+
branches:
6+
- master
7+
tags-ignore:
8+
- '**'
9+
paths:
10+
- '**.lua'
11+
pull_request:
12+
paths:
13+
- '**.lua'
614

715
jobs:
816
lint:

.github/workflows/scrape.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- '**'
99
paths:
1010
- 'scripts/**.py'
11+
- '.github/workflows/scrape.yaml'
1112
schedule:
1213
- cron: '0 8 * * *' # every morning
1314
workflow_dispatch:

.github/workflows/update-translations.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ on:
66
- master
77
tags-ignore:
88
- '**'
9+
paths:
10+
- '**.toc'
11+
- '**.lua'
12+
- '**.xml'
13+
- '.github/workflows/update-translations.yml'
914

1015
jobs:
1116
upload:

0 commit comments

Comments
 (0)