Skip to content

Commit

Permalink
github: adapt workflow to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
changkun committed Nov 11, 2021
1 parent 357bfae commit 1f8c9f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: research
on:
push:
branches: [ master ]
branches: [ main ]
jobs:

build:
name: research
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.15
- name: Set up Go 1.16
uses: actions/setup-go@v1
with:
go-version: 1.15
go-version: 1.16
id: go

- name: Setup Hugo
Expand Down
File renamed without changes.

0 comments on commit 1f8c9f8

Please sign in to comment.