Skip to content

Commit 5ea13c4

Browse files
committed
[dev] exclude the 'next' branch fro github workflows
1 parent 8c33810 commit 5ea13c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: Deploy To Site
66
on:
77
# Triggers the workflow on push or pull request events but only for the master branch
88
push:
9-
branches: [ master, next, test ]
9+
branches: [ master, test ]
1010

1111
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1212
jobs:

0 commit comments

Comments
 (0)