Skip to content

Commit db40d71

Browse files
committed
Don't run integration-full.yml on release-next or nightly tags
1 parent c843029 commit db40d71

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/integration-full.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
name: Branch
22

3-
# main/dev/release-* branches will get the full run across
3+
# main/dev branches will get the full run across
44
# all OS/browsers for multiple node versions
55

66
on:
77
push:
88
branches:
99
- main
1010
- dev
11-
- release-*
12-
tags:
13-
- "v0.0.0-nightly-*"
1411
paths-ignore:
1512
- ".changeset/**"
1613
- "decisions/**"

0 commit comments

Comments
 (0)