Skip to content

Commit 9a4041d

Browse files
nschonniXhmikosR
andauthored
chore: Don't build Dependabot/Crowdin branches (#3119)
This are all done by PRs, so they don't need to doubld build Co-authored-by: XhmikosR <xhmikosr@gmail.com>
1 parent 0722b0d commit 9a4041d

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: Tests
2-
on: [push, pull_request]
3-
env:
4-
CI: true
2+
on:
3+
push:
4+
branches-ignore:
5+
- "translations"
6+
- "dependabot/**"
7+
pull_request:
58

69
jobs:
710
test:

0 commit comments

Comments
 (0)