Skip to content

Commit 3a42998

Browse files
committed
workflows: Enable tuf-conformance for PRs
tuf-conformance workflow now pins a release tag so we can enable this on PRs. Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
1 parent ce56021 commit 3a42998

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/conformance.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
on:
2-
# manual dispatch only while the conformance test suite is under rapid development
2+
push:
3+
branches:
4+
- develop
5+
pull_request:
36
workflow_dispatch:
47

58
name: Conformance test

0 commit comments

Comments
 (0)