diff options
| author | Brad Lewis <22850972+BradLewis@users.noreply.github.com> | 2025-11-02 16:47:11 -0500 |
|---|---|---|
| committer | Brad Lewis <22850972+BradLewis@users.noreply.github.com> | 2025-11-02 16:47:11 -0500 |
| commit | 04647bdf1f7fc80b0f2ccdc36a171c1dadb16a7e (patch) | |
| tree | 526a94de83489d353ef5de63d1493558975fcfcd /.github/workflows/release.yml | |
| parent | 5001367cbca3b456501ec5cd80032ece388cccca (diff) | |
Set CI odin branch back to master
Diffstat (limited to '.github/workflows/release.yml')
| -rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 32ef7bf..a1f50f6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,6 +1,6 @@ name: release env: - ODIN_BRANCH: dev-2025-10 + ODIN_BRANCH: master on: workflow_dispatch: |