Skip to content

Commit

Permalink
added branches main to see if tj-actions can read main
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Do committed Feb 7, 2024
1 parent b67d2d6 commit 870af8d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/temp_ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- 'ci-specific-modules'
- 'main'

jobs:
changed_files:
Expand All @@ -24,6 +25,8 @@ jobs:
- name: sanity check
id: changed-files
uses: tj-actions/changed-files@v42
with:
since_last_remote_commit: false

- name: Find changed files inside action folder
id: changed-files-action
Expand Down

0 comments on commit 870af8d

Please sign in to comment.