Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test #195

Merged
merged 2 commits into from
Nov 23, 2024
Merged

Test #195

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
branches:
- dev
pull_request:
branches:
- dev
types:
- opened
- reopened
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ name: "CodeQL"
on:
push:
branches:
- main
- prod
- dev
pull_request:
branches:
- main
- prod
- dev
schedule:
- cron: "0 12 * * 4"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/dependabot-automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ name: Dependabot - Auto-merge
# yamllint disable-line rule:truthy
on:
pull_request_target:
branches:
- dev

permissions:
pull-requests: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Deploy to Production
on:
push:
branches:
- main
- prod
workflow_dispatch:

concurrency:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
branches:
- dev
pull_request:
branches:
- dev
types:
- opened
- reopened
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@ You can visit the site [here](https://weather.timmo.dev)

### Current Weather

[![Current Weather (Dark Theme)](https://raw.githubusercontent.com/timmo001/weather.timmo.dev/main/resources/home-dark.png)](https://weather.timmo.dev)
[![Current Weather (Dark Theme)](https://raw.githubusercontent.com/timmo001/weather.timmo.dev/prod/resources/home-dark.png)](https://weather.timmo.dev)

### Hourly

[![Hourly (Dark)](https://raw.githubusercontent.com/timmo001/weather.timmo.dev/main/resources/hourly-dark.png)](https://weather.timmo.dev/hourly)
[![Hourly (Dark)](https://raw.githubusercontent.com/timmo001/weather.timmo.dev/prod/resources/hourly-dark.png)](https://weather.timmo.dev/hourly)

### Daily

[![Daily (Dark)](https://raw.githubusercontent.com/timmo001/weather.timmo.dev/main/resources/daily-dark.png)](https://weather.timmo.dev/daily)
[![Daily (Dark)](https://raw.githubusercontent.com/timmo001/weather.timmo.dev/prod/resources/daily-dark.png)](https://weather.timmo.dev/daily)

### Light Theme

[![Current Weather (Light)](https://raw.githubusercontent.com/timmo001/weather.timmo.dev/main/resources/home-light.png)](https://weather.timmo.dev)
[![Current Weather (Light)](https://raw.githubusercontent.com/timmo001/weather.timmo.dev/prod/resources/home-light.png)](https://weather.timmo.dev)

## Why Tomorrow.io?

Expand Down
Loading