Skip to content

Commit

Permalink
update: remove workflow triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
rishavjeet committed Jan 15, 2025
1 parent 7f86883 commit 8c56608
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ name: CI for Wp-menu-custom-fields
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches:
- develop
- master
pull_request:
branches:
- develop
- master
# push:
# branches:
# - develop
# - master
# pull_request:
# branches:
# - develop
# - master
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
Expand Down

0 comments on commit 8c56608

Please sign in to comment.