Skip to content

Commit 9c59d2c

Browse files
committed
remove current branch from branch list
1 parent 9b29ce6 commit 9c59d2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/svelte-check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
name: Svelte Check
33
on:
44
push:
5-
branches: ['main', 'feat/svelte-app', '67-add-svelte-check-to-github-workflows---styleguide']
5+
branches: ['main', 'feat/svelte-app']
66
pull_request:
7-
branches: ['main', 'feat/svelte-app', '67-add-svelte-check-to-github-workflows---styleguide']
7+
branches: ['main', 'feat/svelte-app']
88

99
jobs:
1010
prettier:

0 commit comments

Comments
 (0)