Skip to content

Commit

Permalink
Simplify ci-only run conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
mbouchenoire committed Apr 17, 2021
1 parent 86481cc commit 1d76a23
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci-only.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
name: ci-only

on:
push:
tags-ignore:
- '*'
pull_request:
types:
- opened
- edited
on: [push, pull_request]

jobs:
build:
Expand Down

0 comments on commit 1d76a23

Please sign in to comment.