Skip to content

Commit

Permalink
make workflow run on push to main, or tags, or manually
Browse files Browse the repository at this point in the history
  • Loading branch information
shapiromatron committed Jul 10, 2024
1 parent 23c046c commit 478d6cd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: ci-checks

on: [pull_request]
on:
pull_request:
push:
branches:
- main
tags:
- '*'
workflow_dispatch:

jobs:
backend:
Expand Down

0 comments on commit 478d6cd

Please sign in to comment.