diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 09d62e7b6..43352920c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,10 +3,10 @@ name: CI/CD on: push: branches: - - dev4 + - master pull_request: branches: - - dev4 + - master workflow_dispatch: inputs: is-a-release: diff --git a/README.md b/README.md index 9aa96dace..ef0cc6fd9 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Recaf can run as a command line application, which can be especially useful when ## Development Setup -Clone the repository via `git clone https://github.com/Col-E/Recaf.git -b dev4` +Clone the repository via `git clone https://github.com/Col-E/Recaf.git` Open the project in an IDE or generate the build with gradle.