diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 00000000..c0e59898 --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,6 @@ +on: + push: + branches: + - master + - '1.5' + - '1.6' \ No newline at end of file