Skip to content

Commit

Permalink
Adapt workflows to build against osweek-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jfaltermeier committed Jul 31, 2023
1 parent aa40737 commit ba1fb28
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-landing-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
branches: [ main, osweek23 ]

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
branches: [ main, osweek23 ]

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-try-now-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
branches: [ main, osweek23 ]

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-wondershaper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
branches: [ main, osweek23 ]

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/service-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
branches: [ main, osweek23 ]

jobs:

Expand Down

0 comments on commit ba1fb28

Please sign in to comment.