Skip to content

Commit

Permalink
Added tag trigger and option to fetch all project.
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklan committed Nov 12, 2021
1 parent d88cd7f commit afee970
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/push-to-drupal-org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Push changes to drupal.org
on:
workflow_dispatch:
push:
create:

env:
SSH_USER: git
Expand All @@ -29,6 +30,8 @@ jobs:
- name: Check out repository
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Add remote
run: git remote add drupalorg $DRUPAL_ORG_REPO
Expand Down

0 comments on commit afee970

Please sign in to comment.