diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e4575df..2b1db3c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,10 +13,10 @@ name: "Emulation and test" on: push: - branches: [ "master", "development" ] + branches: [ "master" ] pull_request: # The branches below must be a subset of the branches above - branches: [ "master", "development" ] + branches: [ "master" ] schedule: - cron: '23 5 * * 4'