Skip to content

Commit

Permalink
CI/CD: fix main branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
ivard committed Dec 7, 2023
1 parent c472ad1 commit dc685ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Delivery

on:
push:
branches: [ master ]
branches: [ main ]
release:
# Note: a current limitation is that when a release is edited after publication, then the Docker tags are not automatically updated.
types: [ published ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/status-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Status checks

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
schedule:
# Run every monday on 9:00 in the morning (UTC).
Expand Down

0 comments on commit dc685ba

Please sign in to comment.