Skip to content

Commit

Permalink
ci: callbacks.yml to run on every PR and push to main (cosmos#4657)
Browse files Browse the repository at this point in the history
  • Loading branch information
srdtrk committed Sep 18, 2023
1 parent f4e1f71 commit a8e4552
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/callbacks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Callbacks Module
# This workflow runs when a PR is opened that targets code that is part of the callbacks module.
on:
pull_request:
paths:
- '.github/workflows/callbacks.yml'
- 'modules/apps/callbacks/**'
push:
branches:
- main
permissions:
contents: read

Expand Down

0 comments on commit a8e4552

Please sign in to comment.