Skip to content

Commit

Permalink
NEXT-11083 - Run workflow only in master
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim authored and leichteckig committed Oct 16, 2020
1 parent caf02aa commit 48e7d08
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cancel-old-workflows.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Cancel
on:
push:
branches:
- master
pull_request:
jobs:
cancel:
Expand All @@ -11,4 +13,4 @@ jobs:
- uses: styfle/cancel-workflow-action@0.5.0
with:
workflow_id: 2595034,2300093,2300094,2300095,2300096,2595035
access_token: ${{ github.token }}
access_token: ${{ github.token }}

0 comments on commit 48e7d08

Please sign in to comment.