chore: fix branch name

This commit is contained in:
Stevan Freeborn
2024-07-07 15:20:09 -05:00
parent b6baef7f50
commit be836d6f48
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ on:
workflow_dispatch: workflow_dispatch:
push: push:
branches: branches:
- master - main
jobs: jobs:
version: version:
runs-on: ubuntu-latest runs-on: ubuntu-latest
+1 -1
View File
@@ -8,7 +8,7 @@ on:
- .github/** - .github/**
- .vscode/** - .vscode/**
branches: branches:
- master - main
jobs: jobs:
format: format:
runs-on: ubuntu-latest runs-on: ubuntu-latest