mirror of
https://github.com/NLnetLabs/domain.git
synced 2026-09-08 02:47:44 +02:00
Trigger CI on default pull-request activity types. (#549)
This PR changes the CI trigger for pull requests to use the default activity types which – the Internet claims – is “open,” “synchronize,” and “reopen.”
This commit is contained in:
@@ -12,11 +12,10 @@ name: CI
|
||||
# When the worflow runs
|
||||
# ---------------------
|
||||
on:
|
||||
# Execute when a pull request's head changes (e.g. new commits are added or
|
||||
# the commit history is rewritten) ... but only if build-related files
|
||||
# change.
|
||||
# Execute when a pull request is (re-) opened or its head changes (e.g. new
|
||||
# commits are added or the commit history is rewritten) ... but only if
|
||||
# build-related files change.
|
||||
pull_request:
|
||||
types: [synchronize]
|
||||
paths:
|
||||
- '**.rs'
|
||||
- 'Cargo.{toml,lock}'
|
||||
|
||||
Reference in New Issue
Block a user