From 1ff82174fb1bb6003725fe52f4c650eb807006e7 Mon Sep 17 00:00:00 2001
From: alexanderdavide <alexeble1998@gmail.com>
Date: Sat, 19 Mar 2022 14:18:06 +0000
Subject: [PATCH] Revert "ci: temporarily invoke workflow for testing purposes"
---
.github/workflows/update-resources.yml | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/.github/workflows/update-resources.yml b/.github/workflows/update-resources.yml
index d2e083e..bec408a 100644
--- a/.github/workflows/update-resources.yml
+++ b/.github/workflows/update-resources.yml
@@ -1,5 +1,10 @@
name: update resources
+on:
+ push:
+ branches:
+ - master
+
jobs:
build:
runs-on: ubuntu-latest
--
Gitblit v1.10.0