Skip to content

Commit 466fc39

Browse files
committed
Try only building on PRs and pushes to master. Otherwise, github wastes
time building my branch in my repo, and the PR.
1 parent 4723082 commit 466fc39

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.editorconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ trim_trailing_whitespace=true
77
insert_final_newline=true
88
end_of_line=lf
99
charset=utf-8
10+
11+
[*.yml]
12+
indent_style=space
13+
indent_size=2

.github/workflows/dub.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
schedule:
1010
- cron: '30 7 1 * *'
1111
push:
12+
branches:
13+
- master
1214
pull_request:
1315

1416
jobs:

.github/workflows/integration-testing.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
schedule:
1010
- cron: '30 7 1 * *'
1111
push:
12+
branches:
13+
- master
1214
pull_request:
1315

1416
jobs:

0 commit comments

Comments
 (0)