fix: update branch trigger to match with default branch change

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen 2023-11-09 08:43:32 -05:00
parent 784a1a4a99
commit 2f0d58e350
No known key found for this signature in database
GPG key ID: 6577287BDCA70840

View file

@ -3,13 +3,13 @@ name: "Action Test"
on:
push:
branches:
- master
- main
workflow_dispatch:
branches:
- master
- main
jobs:
# test action works running from the graph
# test action works running from the graph
test:
runs-on: ${{ matrix.os }}
strategy:
@ -31,7 +31,7 @@ jobs:
uses: ./
with:
fileName: 'myTemporaryFile.json'
encodedString: ${{ secrets.ENCODED_JSON }}
encodedString: ${{ secrets.ENCODED_JSON }}
- name: Echo file
run: |