Skip to content

Commit

Permalink
use IS operator (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmanm committed Sep 3, 2023
2 parents 3b1919d + f5e0d70 commit 1aebb74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
name: build & deploy
os: linux
dist: focal
if: (branch = master) OR (tag = true) OR (commit_message =~ /\!build/)
if: (branch = master) OR (tag IS present) OR (commit_message =~ /\!build/)
script: >-
make package-rpm package-deb
before_deploy: >-
Expand Down

0 comments on commit 1aebb74

Please sign in to comment.