Actions aren't running on push so only define main branch as the trigger to see if that reenables ci

This commit is contained in:
rebuilt 2023-03-21 14:49:46 -07:00
parent 308742f619
commit 658995c427

View file

@ -2,7 +2,7 @@ name: Build and Test
on:
push:
branches: [ main rpp-main mciea-main]
branches: [ main ]
jobs:
test: