We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e05ecf commit 106318fCopy full SHA for 106318f
2 files changed
.github/workflows/ci.yml
@@ -2,7 +2,7 @@ name: CI
2
3
on:
4
push:
5
- branches: ["main"]
+ branches: ["master"]
6
pull_request:
7
8
jobs:
.github/workflows/pages.yml
@@ -8,9 +8,8 @@ name: Deploy OpenRISC tutorials site to Pages
9
10
11
- branches:
+ branches:
12
- master
13
- - just-the-docs
14
15
# Allows you to run this workflow manually from the Actions tab
16
workflow_dispatch:
0 commit comments