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

pull/1/head
rebuilt 3 years ago
parent 308742f619
commit 658995c427

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

Loading…
Cancel
Save