Skip to content

Commit 03be9d1

Browse files
authored
Fix/email (#3)
* Run tests on push to main * Use a better email address
1 parent 6be0a25 commit 03be9d1

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Test
22
on:
3+
push:
4+
branches:
5+
- main
36
pull_request:
47
jobs:
58
test:

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
3131
echo '</Directory>' | sudo tee -a /etc/apache2/sites-available/sut.conf
3232
echo '' | sudo tee -a /etc/apache2/sites-available/sut.conf
3333
echo "<VirtualHost *:${{ inputs.http-port }}>" | sudo tee -a /etc/apache2/sites-available/sut.conf
34-
echo ' ServerAdmin webmaster@localhost' | sudo tee -a /etc/apache2/sites-available/sut.conf
34+
echo ' ServerAdmin admin@localhost' | sudo tee -a /etc/apache2/sites-available/sut.conf
3535
echo " DocumentRoot ${{ inputs.site-directory }}" | sudo tee -a /etc/apache2/sites-available/sut.conf
3636
echo ' ErrorLog ${APACHE_LOG_DIR}/error.log' | sudo tee -a /etc/apache2/sites-available/sut.conf
3737
echo ' CustomLog ${APACHE_LOG_DIR}/access.log combined' | sudo tee -a /etc/apache2/sites-available/sut.conf

0 commit comments

Comments
 (0)