aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2022-10-12 18:25:14 +0200
committerstonedDiscord <Tukz@gmx.de>2022-10-12 18:25:14 +0200
commit8a7942c0565298c29edbf0b271d5d7c7f9e56fd8 (patch)
tree67b788f40b7a4713904836de05f0e5876c32bd79 /.github
parenta83c8962b68f2cc0a0e22d988b8ff030057454e5 (diff)
parent82983e0c38383ec2602b4f41327342d1c8d0a8fd (diff)
Merge branch 'master' into 2fa
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/deploy.yml2
-rw-r--r--.github/workflows/test.yml4
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index b0d5ea4..eaf50c1 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -1,6 +1,6 @@
name: Deploy CI
-on: [push]
+on: [push, pull_request]
jobs:
build:
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index d5f9f79..aa38050 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -1,6 +1,6 @@
name: Test CI
-on: [pull_request]
+on: [push]
jobs:
test:
runs-on: ubuntu-latest
@@ -12,4 +12,4 @@ jobs:
- name: Install Dependencies
run: npm install
- name: Run Tests
- run: npm test \ No newline at end of file
+ run: npm test