Skip to content

Commit

Permalink
Limit push actions to master
Browse files Browse the repository at this point in the history
  • Loading branch information
RuneDominik committed Jan 20, 2023
1 parent d465f81 commit dc1d39f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: CI

on: [push, pull_request]
on:
push:
branches:
- master
tags:
- '**'
pull_request:

env:
MPLBACKEND: Agg
Expand Down Expand Up @@ -96,4 +102,4 @@ jobs:
uses: andstor/file-existence-action@v2
with:
files: ${{ env.FRAGMENT_NAME }}
fail: true
fail: true

0 comments on commit dc1d39f

Please sign in to comment.