mirror of
https://github.com/OpenFactorioServerManager/factorio-server-manager.git
synced 2024-12-29 02:57:24 +02:00
dont run tests on releases
This commit is contained in:
parent
dc7490b055
commit
ca4394295a
6
.github/workflows/test-workflow.yml
vendored
6
.github/workflows/test-workflow.yml
vendored
@ -1,4 +1,8 @@
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
tags-ignore:
|
||||
- '*' # ignore all releases
|
||||
pull_request:
|
||||
env:
|
||||
factorio_password: ${{ secrets.FACTORIO_PASSWORD }}
|
||||
factorio_username: ${{ secrets.FACTORIO_USERNAME }}
|
||||
|
Loading…
Reference in New Issue
Block a user