mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
don't build when deploy workflow updates
This commit is contained in:
parent
26f00eaf22
commit
a0031d4c2b
1 changed files with 4 additions and 1 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -1,6 +1,9 @@
|
|||
name: Roleypoly CI
|
||||
|
||||
on: push
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- '.github/workflows/deploy.yml'
|
||||
|
||||
jobs:
|
||||
go_test:
|
||||
|
|
Loading…
Add table
Reference in a new issue