Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mutcher committed Sep 16, 2023
1 parent e043d01 commit 048eabe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build

on:
push:
branches: [ 'master' ]
branches: [ 'master', 'ci-test' ]

permissions:
contents: read
Expand All @@ -25,3 +25,4 @@ jobs:
uses: actions/upload-artifact@v3.1.3
with:
name: '*.gem'
path: '.'

0 comments on commit 048eabe

Please sign in to comment.