diff options
author | Barichello <artur@barichello.me> | 2022-02-05 21:43:39 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-05 21:43:39 -0300 |
commit | 4dbed8b51ee41c6dba3e1874b0ca3e705e099eb2 (patch) | |
tree | f5a201042d97e12511f3cc962d7b908de3977e29 | |
parent | 75bf194b2fca06de805a7bc025c6dd8379250fa5 (diff) | |
download | NorthstarLauncher-4dbed8b51ee41c6dba3e1874b0ca3e705e099eb2.tar.gz NorthstarLauncher-4dbed8b51ee41c6dba3e1874b0ca3e705e099eb2.zip |
Update CI trigger
-rw-r--r-- | .github/workflows/ci.yml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9011329d..46c9024f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,9 +1,6 @@ -name: Build +name: CI on: - push: - branches: - - main - pull_request: + push env: BUILD_PROFILE: Release |