Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8c52f78

Browse files
committedJan 9, 2025·
Restore workflows
1 parent bf07a59 commit 8c52f78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Analysis
22

33
on:
4-
# pull_request:
5-
# types: [opened, reopened, synchronize, ready_for_review, converted_to_draft]
4+
pull_request:
5+
types: [opened, reopened, synchronize, ready_for_review, converted_to_draft]
66
push:
77
branches: [main]
88
schedule:

0 commit comments

Comments
 (0)
Please sign in to comment.