Skip to content

Commit 7efba77

Browse files
Fix: Update GitHub Actions workflows to trigger on master branch
1 parent de669b0 commit 7efba77

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docs.yml

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

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ master, main ]
66
paths:
77
- 'docs/**'
88
- '.github/workflows/docs.yml'

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Tests
22

33
on:
44
push:
5-
branches: [ main, develop ]
5+
branches: [ master, main, develop ]
66
pull_request:
7-
branches: [ main, develop ]
7+
branches: [ master, main, develop ]
88

99
jobs:
1010
test:

0 commit comments

Comments
 (0)