Skip to content

Commit

Permalink
Test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sjchmiela committed Feb 6, 2024
1 parent 880773c commit 776bbd4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/update-eas-build-modules.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
name: Open a PR bumping eas-build modules

on: workflow_dispatch
on:
workflow_dispatch: {}
pull_request:
paths:
- .github/workflows/update-eas-build-modules.yml

jobs:
open-pr:
name: Open a PR bumping eas-build modules
runs-on: expo-small
runs-on: ubuntu-latest

steps:
- name: Checkout
Expand Down

0 comments on commit 776bbd4

Please sign in to comment.