diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2022-08-30 12:51:45 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2022-08-30 12:51:45 +0200 |
commit | 953a770a2157a29613b2b9e39626ad6c20bef7b8 (patch) | |
tree | ab4d51aa159efdb4fb454b817fa96a4c6153c41e /.github | |
parent | 10ab61225dfe255d9ac0104f7ced6fc6074308a8 (diff) |
updated Gitlab/Github CI branches
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 96f441b..1501df5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,10 +2,10 @@ name: Build on: push: branches: - - master + - main pull_request: branches: - - master + - main types: [opened, synchronize, reopened] release: types: [created] |