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 3232a23

Browse files
committedApr 1, 2025·
update workflow file
1 parent 03ab78b commit 3232a23

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed
 

‎.github/workflows/pull.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ name: PR CI
44

55
on:
66
pull_request:
7+
push:
8+
branches:
9+
- Golang/reviewed
10+
schedule:
11+
- cron: "00 16 * * 1-5"
712

813
jobs:
914
getVersion:

‎submodules/smithy-dafny

0 commit comments

Comments
 (0)
Please sign in to comment.