use whitelist for PRs too

This commit is contained in:
knoxfighter 2020-11-24 03:12:33 +01:00
parent 00aceeeda1
commit d9592074f9

View File

@ -5,6 +5,8 @@ on:
tags-ignore:
- '*.*'
pull_request:
branches:
- '**'
env:
factorio_password: ${{ secrets.FACTORIO_PASSWORD }}
factorio_username: ${{ secrets.FACTORIO_USERNAME }}