diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2022-07-12 16:06:05 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2022-07-12 16:06:05 +0200 |
commit | 4a397ac64685230d03cca8822fc508f0d73e02ae (patch) | |
tree | cc45d400bc4714db08739948da48ad8bc246a7c9 /.github/workflows/build.yml | |
parent | 28602ca09537f6372855d0f926b2ef712f01a4c0 (diff) |
Github Actions: Renamed branch 'master' to 'main'.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to '.github/workflows/build.yml')
-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 79e82ab5a..30ac755dc 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] |