From a6aa3e487419fab865c3ab3286eeefc49dc9e9f4 Mon Sep 17 00:00:00 2001
From: alexanderdavide <alexeble1998@gmail.com>
Date: Sat, 19 Mar 2022 14:34:08 +0000
Subject: [PATCH] Revert "ci: temporarily invoke workflow for testing purposes"

---
 .github/workflows/update-resources.yml |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/.github/workflows/update-resources.yml b/.github/workflows/update-resources.yml
index d9d1835..bec408a 100644
--- a/.github/workflows/update-resources.yml
+++ b/.github/workflows/update-resources.yml
@@ -1,6 +1,9 @@
 name: update resources
 
-on: push
+on:
+  push:
+    branches:
+      - master
 
 jobs:
   build:

--
Gitblit v1.10.0