Skip to content

Commit

Permalink
change master to 14.x in GH-Actions files
Browse files Browse the repository at this point in the history
  • Loading branch information
Janekdererste committed Apr 11, 2022
1 parent 317da95 commit 80b56af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-on-pr-merge.yaml
Expand Up @@ -3,10 +3,10 @@ name: deploy-on-pr-merge
on:
push: # snapshot deployment
branches:
- master
- 14.x
pull_request_target: # pr-labelled deployment
branches:
- master
- 14.x
types:
- closed

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-push.yaml
Expand Up @@ -3,7 +3,7 @@ name: verify-push
on:
push:
branches-ignore:
- 'master' # no need to run after merging to master
- '14.x' # no need to run after merging to 14.x
tags-ignore:
- '*' # do not run on pushing tags (see deploy-on-release-created)
pull_request:
Expand Down

0 comments on commit 80b56af

Please sign in to comment.