Skip to content

Commit

Permalink
Merge pull request #199 from kilowatts-io/197-eas-update-does-not-run…
Browse files Browse the repository at this point in the history
…-on-production-branch

197 eas update does not run on production branch
  • Loading branch information
BenjaminWatts authored Feb 22, 2024
2 parents 0697c8b + 17655c7 commit 7abdb2e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 42 deletions.
40 changes: 0 additions & 40 deletions .github/workflows/preview.yml

This file was deleted.

8 changes: 6 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: update
on: push

on:
push:
branches:
- production # This specifies that the workflow should only run on pushes to the production branch.

jobs:
update:
Expand Down Expand Up @@ -32,4 +36,4 @@ jobs:
run: yarn install

- name: Publish update
run: eas update --auto
run: eas update --auto --channel production # Here we specify the production channel for the update.

0 comments on commit 7abdb2e

Please sign in to comment.