Skip to content

Commit

Permalink
forcing action triggering on push for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuehbach committed Sep 14, 2022
1 parent a4b0e75 commit 3bfbce9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/syntax-checks.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Syntax Checks

on:
on: [push]
# Triggers the workflow on push or pull request events but only for the main branch
workflow_dispatch:
# workflow_dispatch:
push:
branches:
- main
Expand Down

0 comments on commit 3bfbce9

Please sign in to comment.