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 <[email protected]>
1 parent ce56021 commit 3a42998

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.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)