<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ryuichi1208</author_name>
  <author_url>https://blog.hatena.ne.jp/ryuichi1208/</author_url>
  <blog_title>地方エンジニアの学習日記</blog_title>
  <blog_url>https://ryuichi1208.hateblo.jp/</blog_url>
  <categories>
  </categories>
  <description>特定のブランチだけ動作させたいジョブがある時に使う - name: Upload Docker Image uses: actions/upload-artifact@v2 with: name: ${{ env.app-name }} path: images/${{ env.app-name }}.tar if: github.ref == 'refs/heads/master' github.refにはブランチ名が入っているので動作させたいブランチをifで確認することで実現が可能。 演算子は様々あるのでその他の条件をandで繋いだり否定形を使用することで柔軟に対応することができる。 he…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fryuichi1208.hateblo.jp%2Fentry%2F2020%2F06%2F21%2F152628&quot; title=&quot; 特定ブランチへのpushだけ動作するジョブ - 地方エンジニアの学習日記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-06-21 15:26:28</published>
  <title> 特定ブランチへのpushだけ動作するジョブ</title>
  <type>rich</type>
  <url>https://ryuichi1208.hateblo.jp/entry/2020/06/21/152628</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
