diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 1aefb1eb0..5ef21529a 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -1,5 +1,9 @@ name: CI of IDEAS using GitHub Actions -on: [pull_request] +on: + push: + branches: + - master + pull_request: jobs: build: runs-on: self-hosted