This commit is contained in:
parent
1ceba72094
commit
f2cdc4c38f
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
name: Build
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
name: Build application
|
||||
on:
|
||||
push:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup Node
|
||||
|
|
Loading…
Add table
Reference in a new issue