Skip to content

Commit cf9ccf9

Browse files
committed
Limit workflow branches
1 parent 82d5851 commit cf9ccf9

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@ name: Tests
22

33
on:
44
push:
5+
branches:
6+
- main
7+
- release/**
8+
- stable
59
pull_request:
10+
branches:
11+
- main
12+
- release/**
13+
- codex/**
614

715
jobs:
816
build:

0 commit comments

Comments
 (0)