Skip to content

Commit 9afa148

Browse files
committed
CI: run binary jobs onlky on master and PRs
1 parent c6d1047 commit 9afa148

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.github/workflows/binary-gems.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11
name: Binary gems
22

33
on:
4-
push:
5-
pull_request:
64
workflow_dispatch:
75
schedule:
86
- cron: "0 5 * * 3" # At 05:00 on Wednesday # https://crontab.guru/#0_5_*_*_3
7+
push:
8+
branches:
9+
- master
10+
tags:
11+
- "*.*.*"
12+
pull_request:
13+
types: [opened, synchronize]
14+
branches:
15+
- "*"
16+
permissions:
17+
contents: read
918

1019
jobs:
1120
rcd_build:

0 commit comments

Comments
 (0)