Skip to content

Commit

Permalink
Modifying the conditions in which ci workflow is run
Browse files Browse the repository at this point in the history
  • Loading branch information
JOSHCLUNE committed Dec 15, 2023
1 parent 77d9f3f commit af727b0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
# This file was modified from ProofWidgets4's build.yml code
on:
push:
branches:
- duper
pull_request:
branches:
- duper

name: ci

jobs:
build:
name: ${{ matrix.name }}
if: github.ref_type == 'tag'
runs-on: ${{ matrix.os }}
defaults:
run:
Expand Down

0 comments on commit af727b0

Please sign in to comment.