mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
chore: Don't build pushes to branches, only to tags.
This commit is contained in:
parent
48bd200acb
commit
fd2bb77923
|
@ -84,3 +84,7 @@ notifications:
|
|||
template:
|
||||
- "%{result} %{repository_name} %{build_url}"
|
||||
- "#%{build_number} changes: %{compare_url}"
|
||||
|
||||
# Only build pull requests and releases, don't build master on pushes,
|
||||
# except through api or cron.
|
||||
if: type IN (pull_request, api, cron) OR tag IS present
|
||||
|
|
Loading…
Reference in New Issue
Block a user