Skip to content

Commit 106318f

Browse files
committed
workflow: Update branches to master only
1 parent 0e05ecf commit 106318f

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yml

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

33
on:
44
push:
5-
branches: ["main"]
5+
branches: ["master"]
66
pull_request:
77

88
jobs:

.github/workflows/pages.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ name: Deploy OpenRISC tutorials site to Pages
88

99
on:
1010
push:
11-
branches:
11+
branches:
1212
- master
13-
- just-the-docs
1413

1514
# Allows you to run this workflow manually from the Actions tab
1615
workflow_dispatch:

0 commit comments

Comments
 (0)