Skip to content

Commit a35e988

Browse files
committed
update validate and deploy actions
1 parent 6052ad0 commit a35e988

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: Deploy
1+
name: deploy
22

33
on:
44
push:
55
branches:
6-
- dev
6+
- main
77
workflow_dispatch:
88

99
concurrency: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/validate.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: Validate Models
2-
1+
name: validate
32
on:
4-
pull_request:
5-
branches: [dev]
3+
push:
4+
branches:
5+
- dev
66
workflow_dispatch:
77

88
jobs:

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
[![Validate Models](https://github.com/papes1ns/spin.dev/actions/workflows/validate.yml/badge.svg)](https://github.com/papes1ns/spin.dev/actions/workflows/validate.yml)[![Deploy](https://github.com/papes1ns/spin.dev/actions/workflows/deploy.yml/badge.svg)](https://github.com/papes1ns/spin.dev/actions/workflows/deploy.yml)
1+
[![validate](https://github.com/papes1ns/spin.dev/actions/workflows/validate.yml/badge.svg)](https://github.com/papes1ns/spin.dev/actions/workflows/validate.yml)
2+
[![deploy](https://github.com/papes1ns/spin.dev/actions/workflows/deploy.yml/badge.svg)](https://github.com/papes1ns/spin.dev/actions/workflows/deploy.yml)
23

34
<p align="center">
45
<img src="https://natepapes.com/favicon.svg" alt="favicon" width="64" height="64"/>

0 commit comments

Comments
 (0)