diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 61c92c2..4d95e2f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,9 +6,9 @@ name: rabbitmq on: # Triggers the workflow on push or pull request events but only for the development branch push: - branches: [ master, development, timeString ] + branches: [ master, development ] pull_request: - branches: [ master, development, timeString ] + branches: [ master, development ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: