Skip to content

Commit cb2c88e

Browse files
committed
Updated workflow files
1 parent 0a17435 commit cb2c88e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build
22

33
on:
44
push:
5-
branches: [main, develop]
5+
branches: [master, develop]
66
paths:
77
- '**'
88
- '!.editorconfig'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release
22

33
on:
44
release:
5-
branches: [main]
5+
branches: [master]
66
types: [published]
77

88
env:

0 commit comments

Comments
 (0)