Skip to content

Commit

Permalink
ajout update graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtyMaury committed Aug 20, 2024
1 parent cc5af35 commit 3088b6e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/update-graphql.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: update

on:
push:
tags:
- v*

jobs:
update:
runs-on: ubuntu-latest
steps:
- run: curl -v -X POST --data "" http://confetti-app.dev/update/devfestnantes2024

0 comments on commit 3088b6e

Please sign in to comment.