Skip to content

Commit

Permalink
Merge pull request #12 from olincollege/ci_caching
Browse files Browse the repository at this point in the history
Ci caching
  • Loading branch information
krish-suresh authored Feb 21, 2024
2 parents 3c7cf4c + 1d83312 commit a59f83f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Build Piplup
run-name: ${{ github.actor }} is running
on: [pull_request]
on:
pull_request:
types: [opened, labeled]
label:
types: [created]
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a59f83f

Please sign in to comment.