diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d3fa948..b8fbccf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,6 +2,10 @@ name: Build Thesis on: push: + branches: + - main + tags: + - "**" pull_request: schedule: - cron: '0 16 * * 1' # Build every monday, 16:00 diff --git a/README.md b/README.md index dfa7514..9917c73 100644 --- a/README.md +++ b/README.md @@ -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)