Skip to content

Commit 543d240

Browse files
committed
🎛 ci: Only run when push to main branch
1 parent 7fc25d4 commit 543d240

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test_macos.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Test macOS features
22

33
on:
44
push:
5+
branches:
6+
- main
57
pull_request:
68

79
jobs:

.github/workflows/test_ubuntu.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Test Ubuntu features
22

33
on:
44
push:
5+
branches:
6+
- main
57
pull_request:
68

79
jobs:

0 commit comments

Comments
 (0)