GitHub CI: Trigger on main branch

The network role is using `main` for the default branch, so this needs
to be used in the workflow definition.

Signed-off-by: Till Maas <opensource@till.name>
This commit is contained in:
Till Maas 2022-03-10 14:23:48 +01:00
parent 83dcfdc346
commit d3a7124f07

View file

@ -5,7 +5,7 @@ on:
types: [opened, synchronize, reopened]
push:
branches:
- base
- main
jobs:
integration: