From 83131b796e2e1ca16bc9563c1aea4555d7da5162 Mon Sep 17 00:00:00 2001 From: Gregor Martynus <39992+gr2m@users.noreply.github.com> Date: Fri, 17 Sep 2021 17:01:01 -0700 Subject: [PATCH] style: prettier --- .github/workflows/continuous-delivery.yaml | 4 ++-- .github/workflows/continuous-integration.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous-delivery.yaml b/.github/workflows/continuous-delivery.yaml index d058b6dae..f02887d0a 100644 --- a/.github/workflows/continuous-delivery.yaml +++ b/.github/workflows/continuous-delivery.yaml @@ -1,8 +1,8 @@ name: Continuous Delivery -"on": +'on': push: branches: - - "*.x" + - '*.x' - main - beta - next diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 8f649e455..484679bc4 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -1,5 +1,5 @@ name: Continuous Integration -"on": +'on': pull_request: types: - opened