Skip to content

Commit

Permalink
running action on fork
Browse files Browse the repository at this point in the history
  • Loading branch information
daveads committed Dec 23, 2024
1 parent 2d77886 commit 97f2335
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Tests

on:
push:
branches: [ master ]
branches: [ failing-app-test0 ]
pull_request:
branches: [ master ]
branches: [ failing-app-test0 ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -125,4 +125,4 @@ jobs:
git config --global user.name "$GITHUB_ACTOR"
git config --global user.email "<>"
./run.sh
./run.sh

0 comments on commit 97f2335

Please sign in to comment.