mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-02-13 11:43:37 +00:00
Split out actions, only run them as required, fix GITHUB_SHA under PR context
This commit is contained in:
parent
f0d39f9943
commit
3ab5b12fbe
3 changed files with 48 additions and 30 deletions
7
.github/workflows/test.yaml
vendored
7
.github/workflows/test.yaml
vendored
|
|
@ -1,5 +1,10 @@
|
|||
name: Test
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
types: [ opened, reopened, synchronize ]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue