Skip to content

Commit

Permalink
workflows: sync-lists: remove branch and pull_request from on condition
Browse files Browse the repository at this point in the history
  • Loading branch information
sakshamarora1 authored and ntarocco committed Feb 12, 2025
1 parent d8f19bf commit 667c023
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/sync-lists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ on:
schedule:
- cron: "0 0 1 * *" # Run once a month
workflow_dispatch:
push:
branches:
- 'feature/auto-release'
pull_request:

permissions: # This permission is needed for the keep-alive and auto-commit actions
contents: write
Expand Down

0 comments on commit 667c023

Please sign in to comment.