Run github actions on main (#7292)

We want the nice looking green checkmark on our main branch too.

This PR includes running on pushes to release branches too, but that
won't come into effect until we have release branches with this
workflow file.

(cherry picked from commit 2bccb58157)
pull/8205/head
Jelte Fennema-Nio 2023-11-01 13:12:20 +01:00 committed by Ibrahim Halatci
parent 1e5decad75
commit c2762af5a5
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@ on:
required: false
default: false
type: boolean
push:
branches:
- "main"
- "release-*"
pull_request:
types: [opened, reopened,synchronize]
jobs: