Skip to content

Commit f245ab2

Browse files
Change triggers for less builds?
1 parent f6f7232 commit f245ab2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Build, Test & Coverage
22

3-
on:
4-
push:
3+
on:
54
pull_request:
5+
branches: [ main ]
66

77
jobs:
88
build:

.github/workflows/platforms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Verify Platform Support
22

33
on:
4-
push:
54
pull_request:
5+
branches: [ main ]
66

77
jobs:
88
linux:

0 commit comments

Comments
 (0)