diff options
-rw-r--r-- | .github/workflows/integration.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 72ec502..1f9a1ed 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -12,7 +12,7 @@ on: pull_request: branches: - master - - AddJsonCommands + - AddJsonCommands # delete this line when the branch is merged - '[0-9].[0-9]' schedule: - cron: '0 1 * * *' # nightly build |