Update workflow branch name from master to main

master
Olivier Dragon 2022-03-27 15:46:18 -04:00
parent 51e12ba7fd
commit a84b5d34cd
1 changed files with 3 additions and 3 deletions

View File

@ -4,11 +4,11 @@ name: luacheck
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the master branch
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: