Skip to content

Commit

Permalink
Update ci-5.x.yml to use main branch instead of master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Jul 28, 2023
1 parent 58c8941 commit 4d45e65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-5.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: vertx-launcher (5.x)
on:
push:
branches:
- master
- main

This comment has been minimized.

Copy link
@tsegismont

tsegismont Jul 28, 2023

Contributor

Thank you @vietj

The test failures are expected until eclipse-vertx/vert.x#4769 is merged

This comment has been minimized.

Copy link
@vietj

vietj via email Jul 29, 2023

Author Member
pull_request:
branches:
- master
- main
schedule:
- cron: '0 5 * * *'
jobs:
Expand Down

0 comments on commit 4d45e65

Please sign in to comment.