Skip to content

Commit 06bf2a2

Browse files
committed
chore(ci): Do not run on pushes to feature branches
1 parent 982a6ca commit 06bf2a2

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/build-test-deploy.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
on:
22
push:
3+
branches:
4+
- main
5+
- maint/*
36
pull_request:
4-
branches: [main]
7+
branches:
8+
- main
9+
- maint/*
510
release:
611
types:
712
- published

0 commit comments

Comments
 (0)