CI: ignore master branch for push events
authorChristian Marangi <ansuelsmth@gmail.com>
Thu, 25 May 2023 11:52:03 +0000 (13:52 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Thu, 25 May 2023 11:57:17 +0000 (13:57 +0200)
commitf5a5ce8822e9add9627ecb6ea289c8de2b8a76a9
tree8db3d80793c8e4813320bed0ae84f90a8851b4a0
parent3591353f5143fc46e31f921484177a9d6f1089a2
CI: ignore master branch for push events

Due to problem with migrating from master to main as the default branch
and downstream project still requiring the master branch to be present,
we currently have for push events double CI runs, one for main and one
for master. To solve this ignore any push event to the master branch for
every workflow that react on push events.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
.github/workflows/kernel.yml
.github/workflows/packages.yml
.github/workflows/push-containers.yml
.github/workflows/toolchain.yml
.github/workflows/tools.yml