diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index b09a4029..fe102120 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -3,7 +3,7 @@ name: Dev Build and Publish on: push: branches: - - master + - main jobs: build-for-dev: @@ -11,4 +11,4 @@ jobs: with: tag: ${{ github.ref_name }}-head push: true - secrets: inherit \ No newline at end of file + secrets: inherit