Skip to content

Commit

Permalink
Merge #1804
Browse files Browse the repository at this point in the history
1804: Don't run actions on some events r=CreepySkeleton a=pksunkara



Co-authored-by: Pavan Kumar Sunkara <pavan.sss1991@gmail.com>
  • Loading branch information
bors[bot] and pksunkara committed Apr 10, 2020
2 parents 3b16d81 + 510f4cc commit 9060e3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Linux
on:
push:
branches: [master, staging, trying]
branches: [staging, trying]
pull_request:
branches: [master, staging, trying]
branches: [master]
types: [opened, reopened, synchronize]
jobs:
test-release:
Expand Down

0 comments on commit 9060e3e

Please sign in to comment.