Skip to content

Commit

Permalink
Fix main branch name in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JarrettSpiker committed Dec 8, 2021
1 parent 5d1db7b commit cffde3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Module CI/CD
on:
push:
branches:
- master
- main

jobs:
build:
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Update Latest Release
id: create_latest_release
uses: ncipollo/release-action@v1
if: endsWith(github.ref, 'master')
if: endsWith(github.ref, 'main')
with:
allowUpdates: true
name: Latest
Expand Down

0 comments on commit cffde3e

Please sign in to comment.