Update testAutomatic.yaml

This commit is contained in:
darkicewolf50 2024-12-23 19:42:43 -07:00 committed by GitHub
parent a9f177a19a
commit 0a0a890684
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,12 @@ name: Continuous Integration
# here, we only have "pull_request", so the workflow will run # here, we only have "pull_request", so the workflow will run
# whenever we create a pull request. # whenever we create a pull request.
# other examples: [push] and [pull_request, push] # other examples: [push] and [pull_request, push]
on: [pull_request] on:
pull_request:
push:
branches:
- main
# each workflow must have at least one job. # each workflow must have at least one job.
# jobs run in parallel by default (we can change that). # jobs run in parallel by default (we can change that).