You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2021/09/20 19:32:10 UTC

[incubator-ponymail-foal] branch master updated: typo

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new ee536a2  typo
ee536a2 is described below

commit ee536a2e6ac88e57847459364009bc740bcd45cc
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Mon Sep 20 14:32:07 2021 -0500

    typo
---
 .github/workflows/type-tests.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/type-tests.yml b/.github/workflows/type-tests.yml
index 30599c0..5fbd363 100644
--- a/.github/workflows/type-tests.yml
+++ b/.github/workflows/type-tests.yml
@@ -1,6 +1,6 @@
 name: Foal Type Tests
 
-when: [push,workflow_dispatch]
+on: [push,workflow_dispatch]
 
 jobs:
   build: