Skip to content

Commit

Permalink
Testing workflow yet again
Browse files Browse the repository at this point in the history
Trying to see if there's a way for me to get this workflow to only run in my forked repository for now.
  • Loading branch information
nataliejschultz committed Sep 18, 2023
1 parent 4b1608d commit 9b2ad65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/nominatim-docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ name: nominatim-docker-test
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
# pull_request:
# branches:
pull_request:
branches:
- 'nominatim'
# - master
push:
branches:
-nominatim
- 'nataliejschultz/nominatim'

schedule:
# Run every Sunday at 4:05 am
Expand Down
1 change: 1 addition & 0 deletions conf/storage/db.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
}

0 comments on commit 9b2ad65

Please sign in to comment.