mirror of
https://github.com/Paillat-dev/discord-progress-bar.git
synced 2026-01-02 09:06:21 +00:00
Update CI workflow to use 'master' instead of 'main'
Replaced branch references from 'main' to 'master' in the CI configuration. This ensures consistency across workflows and aligns with branch naming conventions.
This commit is contained in:
4
.github/workflows/CI.yaml
vendored
4
.github/workflows/CI.yaml
vendored
@@ -2,11 +2,11 @@ name: CI
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "main", "dev" ]
|
branches: [ "master", "dev" ]
|
||||||
# Publish semver tags as releases.
|
# Publish semver tags as releases.
|
||||||
tags: [ 'v*.*.*' ]
|
tags: [ 'v*.*.*' ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: ["main", "dev"]
|
branches: ["master", "dev"]
|
||||||
release:
|
release:
|
||||||
types: [created]
|
types: [created]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user