Skip to content

Commit

Permalink
Adapt to branch renaming, avoid double building for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed Jul 19, 2023
1 parent 6ce880e commit 210a400
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Build Thesis

on:
push:
branches:
- main
tags:
- "**"
pull_request:
schedule:
- cron: '0 16 * * 1' # Build every monday, 16:00
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ or
$ make
```

For more information, have a look into [example.pdf](https://github.com/maxnoe/TuDoThesis/blob/master/example.pdf)
For more information, have a look into [example.pdf](https://github.com/maxnoe/TuDoThesis/blob/main/example.pdf)

0 comments on commit 210a400

Please sign in to comment.