Skip to content

Commit dfd81f4

Browse files
committed
Prevent CI runs from automated tags (generated by deploys)
1 parent 6c73759 commit dfd81f4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/code.pyret.org-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: code.pyret.org/ tests
22

33
on:
44
push:
5+
tags-ignore:
6+
- automated*
57
pull_request:
68
workflow_dispatch:
79

0 commit comments

Comments
 (0)