Skip to content

Commit cf13d82

Browse files
committed
ci: cut Actions burn in .github/workflows/rescript-deno-ci.yml (scope push + concurrency-cancel)
1 parent 1a197db commit cf13d82

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/rescript-deno-ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ concurrency:
1111
group: ${{ github.workflow }}-${{ github.ref }}
1212
cancel-in-progress: true
1313

14-
on: [push, pull_request]
14+
on:
15+
push:
16+
branches: [main, master]
17+
pull_request:
1518
permissions:
1619
contents: read
1720
jobs:

0 commit comments

Comments
 (0)