We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 247dc40 commit a873bc7Copy full SHA for a873bc7
.travis.yml
@@ -23,9 +23,9 @@ env:
23
stages:
24
- name: Build-Test
25
- name: Semantic-Release
26
- if: branch = main AND type = push AND fork = false
+ if: (branch = main) AND (type IN (push, api)) AND (fork = false)
27
- name: Publish-Release
28
- if: tag IS present
+ if: (tag IS present) AND (fork = false)
29
30
before_install:
31
- sudo apt-get update
0 commit comments