Update main.yml

This commit is contained in:
Timothee "TTimo" Besset 2021-04-25 11:14:23 -05:00 committed by GitHub
parent 749cb1d0a7
commit 584fea0708
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -6,9 +6,9 @@ name: CI
on:
# Triggers the workflow on push or pull request events but only for the master 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: