You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by jt...@apache.org on 2021/11/03 06:52:12 UTC

[netbeans] branch master updated (4078eeb -> d1a0bf3)

This is an automated email from the ASF dual-hosted git repository.

jtulach pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


    from 4078eeb  Handle any script's URI and provide script content when not readable from file.
     new 0143f95  Splitting workflows into individual files
     new 5475804  Simplify naming of GitHub Actions jobs
     new d1a0bf3  Merge pull request #3295 from JaroslavTulach/jtulach/SplitWorkflows

The 6078 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/cv.yml      |  49 +++++++
 .github/workflows/javadoc.yml |  51 +++++++
 .github/workflows/linux.yml   |  48 +++++++
 .github/workflows/macos.yml   |  56 ++++++++
 .github/workflows/main.yml    | 311 ------------------------------------------
 .github/workflows/php.yml     | 143 +++++++++++++++++++
 .github/workflows/windows.yml |  83 +++++++++++
 7 files changed, 430 insertions(+), 311 deletions(-)
 create mode 100644 .github/workflows/cv.yml
 create mode 100644 .github/workflows/javadoc.yml
 create mode 100644 .github/workflows/linux.yml
 create mode 100644 .github/workflows/macos.yml
 delete mode 100644 .github/workflows/main.yml
 create mode 100644 .github/workflows/php.yml
 create mode 100644 .github/workflows/windows.yml

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists