Skip to content

Commit

Permalink
Test branch ci
Browse files Browse the repository at this point in the history
  • Loading branch information
m-naumann committed Dec 21, 2024
1 parent 0f833e9 commit 4419d5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Continuous Integration

on:
push:
branches: [ main ]
branches: [ main,feature/new_ci_cd ]
pull_request:
schedule:
- cron: "0 3 * * 1" # Run every Monday 3 am
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
message: |
### :books: Docs
Created [https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/pr-${{ github.event.pull_request.number }}/](temporary docs).
Created [temporary docs](https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/pr-${{ github.event.pull_request.number }}/).
Expand Down

0 comments on commit 4419d5c

Please sign in to comment.