Skip to content

Commit f99b8b7

Browse files
authored
workflows: only run push workflow for main/devel branches (#293)
1 parent cf74ac8 commit f99b8b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/macos-linux-pixi.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: CI - OSX/Linux via Pixi
22

33
on:
44
push:
5+
branches:
6+
- main
7+
- devel
58
paths-ignore:
69
- 'doc/**'
710
- 'scripts/**'

0 commit comments

Comments
 (0)