diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 53bf340f..21362637 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,9 @@ name: Build -on: [push, pull_request] +on: + push: + branches: + - master jobs: build: diff --git a/misc/version b/misc/version index 53d6a37a..c8d2fbb2 100644 --- a/misc/version +++ b/misc/version @@ -1 +1 @@ -0.0.2.2 \ No newline at end of file +0.0.2.3-SNAPSHOT \ No newline at end of file