[geany/geany] 2dfb36: Run CI jobs only on pushes to master and pull requests
Enrico Tröger
git-noreply at xxxxx
Wed Nov 24 11:15:16 UTC 2021
Branch: refs/heads/master
Author: Enrico Tröger <enrico.troeger at uvena.de>
Committer: Enrico Tröger <enrico.troeger at uvena.de>
Date: Wed, 24 Nov 2021 11:15:16 UTC
Commit: 2dfb361997271dec2a0152caac6534f779fa0ece
https://github.com/geany/geany/commit/2dfb361997271dec2a0152caac6534f779fa0ece
Log Message:
-----------
Run CI jobs only on pushes to master and pull requests
Modified Paths:
--------------
.github/workflows/build.yml
Modified: .github/workflows/build.yml
15 lines changed, 7 insertions(+), 8 deletions(-)
===================================================================
@@ -4,14 +4,13 @@
name: CI Build
-on: push
-#on:
-# push:
-# branches:
-# - master
-# pull_request:
-# branches:
-# - master
+on:
+ push:
+ branches:
+ - master
+ pull_request:
+ branches:
+ - master
# cancel already running builds of the same branch or pull request
concurrency:
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list