[GRASS-git] [OSGeo/grass] 9a2a89: ci: Fix ifs for jobs and rename master to main (#1...
Vaclav Petras
noreply at github.com
Tue Aug 24 07:29:52 PDT 2021
Branch: refs/heads/main
Home: https://github.com/OSGeo/grass
Commit: 9a2a89379e4a216de35f3bc49aafa90d4e3ea92d
https://github.com/OSGeo/grass/commit/9a2a89379e4a216de35f3bc49aafa90d4e3ea92d
Author: Vaclav Petras <wenzeslaus at gmail.com>
Date: 2021-08-24 (Tue, 24 Aug 2021)
Changed paths:
M .github/workflows/docker.yml
Log Message:
-----------
ci: Fix ifs for jobs and rename master to main (#1813)
* Reference to branches (heads), not tags, to state the branch condition positively.
* Remove comparison to boolean in the condition for better readability.
* Fix comparison for master/main (use equal operator, startsWith may match too much).
* Update for rename from master to main for the default branch.
More information about the grass-commit
mailing list