mirror of
https://github.com/UofCBaja/BajaUofCWebsite.git
synced 2025-06-15 05:14:18 -06:00
Update testAutomatic.yaml
This commit is contained in:
parent
a9f177a19a
commit
0a0a890684
7
.github/workflows/testAutomatic.yaml
vendored
7
.github/workflows/testAutomatic.yaml
vendored
@ -6,7 +6,12 @@ name: Continuous Integration
|
||||
# here, we only have "pull_request", so the workflow will run
|
||||
# whenever we create a pull request.
|
||||
# other examples: [push] and [pull_request, push]
|
||||
on: [pull_request]
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
# each workflow must have at least one job.
|
||||
# jobs run in parallel by default (we can change that).
|
||||
|
Loading…
x
Reference in New Issue
Block a user