Skip to content

Commit 7c3805c

Browse files
authored
Fix workflow branches (#50)
1 parent fa6f14f commit 7c3805c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: GrapesJS Plugin Quality Checks
22
on:
33
push:
4-
branches: [main]
4+
branches: [master]
55
pull_request:
6-
branches: [main]
6+
branches: [master]
77

88
jobs:
99
quality-checks:

.github/workflows/release-grapesjs-components-tabs-rc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Publish GrapesJS Components-Tabs rc
22
on:
33
push:
4-
branches: [main]
4+
branches: [master]
55

66
jobs:
77
publish:

0 commit comments

Comments
 (0)