Skip to content

Commit bc1ddec

Browse files
committed
Update CI workflow triggers
1 parent 56dfb05 commit bc1ddec

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: CI
22

3-
on: [push, pull_request]
3+
on:
4+
pull_request:
5+
push:
6+
branches:
7+
- main
8+
- master
9+
- 'release/*'
410

511
jobs:
612
build:

0 commit comments

Comments
 (0)