diff options
author | Barichello <artur@barichello.me> | 2022-02-08 00:34:58 -0300 |
---|---|---|
committer | Barichello <artur@barichello.me> | 2022-02-08 00:38:51 -0300 |
commit | 52b267d7e32509dea45bc634e72f3c6e7a019fe2 (patch) | |
tree | 2c09101c80015448a378f7eef940253a42411384 | |
parent | 06b6940db00ee28a9aee4f746470a1ee78f6e33e (diff) | |
download | NorthstarLauncher-52b267d7e32509dea45bc634e72f3c6e7a019fe2.tar.gz NorthstarLauncher-52b267d7e32509dea45bc634e72f3c6e7a019fe2.zip |
Multiple workflow triggers
-rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46c9024f..affe0a37 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,5 @@ name: CI -on: - push +on: [push, pull_request] env: BUILD_PROFILE: Release |