summaryrefslogtreecommitdiff
path: root/.github/workflows/main.yml
AgeCommit message (Collapse)Author
2023-10-11ci: remove redundant macos runner for CI testsMarc Cornellà
Currently the macOS runner is not needed, as we are only checking zsh syntax. We can reactivate it in the future if needed.
2023-06-02feat(install): deploy installer to install.ohmyz.sh (#11722)Carlo Sala
Co-authored-by: Marc Cornellà <hello@mcornella.com>
2023-01-13ci: update to `checkout@v3` to avoid warningsCarlo Sala
2022-10-07ci: harden permissions for GitHub Workflows (#11174)Alex
* build: harden main.yml permissions Signed-off-by: Alex <aleksandrosansan@gmail.com> * build: harden project.yml permissions Signed-off-by: Alex <aleksandrosansan@gmail.com> * Update project.yml The permissions are not necessary, because a separate token is used `GITHUB_TOKEN: ${{ secrets.PROJECT_TOKEN }}`
2022-02-21ci: cancel current runs on new triggerMarc Cornellà
2022-01-03ci: disable GitHub Actions on forksMarc Cornellà
2020-02-04Rename GitHub Action to CIMarc Cornellà