Skip to content

Commit 062408a

Browse files
Rust Saiargalievn2ygk
andauthored
GitHub Actions: smart run strategy (#937)
* GHA: run CI on PRs and pushes to master only Previously, every pull request was running actions twice, since two signas were fired - push commit in the PR and new PR itself. * Update CHANGELOG * Review comments Co-authored-by: Alan Crosswell <[email protected]>
1 parent e09e7d4 commit 062408a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Test
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches:
6+
- master
7+
pull_request:
48

59
jobs:
610
build:

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,5 @@ Tom Evans
4040
Dylan Giesler
4141
Spencer Carroll
4242
Dulmandakh Sukhbaatar
43+
Rustem Saiargaliev
4344
Will Beaufoy

0 commit comments

Comments
 (0)