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 99a122c commit aaf0738
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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', 'ci-test' ]
branches: [ 'master' ]

permissions:
contents: read
Expand All @@ -24,5 +24,5 @@ jobs:
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3.1.3
with:
name: gemfile
name: Gemfile
path: '*.gem'

0 comments on commit aaf0738

Please sign in to comment.