Skip to content

Commit 7450c03

Browse files
committed
Disable CI runs on non-master pushes.
1 parent c2c9bc4 commit 7450c03

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: CI
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
branches: [ master ]
5+
pull_request:
6+
branches: [ master ]
37
jobs:
48
build:
59
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)