run on all branches

This commit is contained in:
Waylon Walker 2022-09-01 11:01:20 -05:00
parent 1472fd978d
commit 4c2fd06989
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4

View file

@ -6,9 +6,7 @@ name: CI
on: on:
# Triggers the workflow on push or pull request events but only for the "main" branch # Triggers the workflow on push or pull request events but only for the "main" branch
push: push:
branches: [ "main" ] branches: [ "*" ]
pull_request:
branches: [ "main" ]
# Allows you to run this workflow manually from the Actions tab # Allows you to run this workflow manually from the Actions tab
workflow_dispatch: workflow_dispatch: